Skip to main content

Typesense_SearchResponseTextMatchInfo

No description

type Typesense_SearchResponseTextMatchInfo {
best_field_score: Float!
best_field_weight: Float!
fields_matched: Int!
score: Float!
tokens_matched: Int!
}

Fields

Typesense_SearchResponseTextMatchInfo.best_field_score ● Float! non-null scalar

Typesense_SearchResponseTextMatchInfo.best_field_weight ● Float! non-null scalar

Typesense_SearchResponseTextMatchInfo.fields_matched ● Int! non-null scalar

Typesense_SearchResponseTextMatchInfo.score ● Float! non-null scalar

Typesense_SearchResponseTextMatchInfo.tokens_matched ● Int! non-null scalar

Member Of

Typesense_SearchResponseHit object