Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.7 KB

QueryResult.md

File metadata and controls

17 lines (13 loc) · 1.7 KB

Com.Sajari.Sdk.Model.QueryResult

Properties

Name Type Description Notes
Banner Banner [optional]
FeatureScore double The feature score of the result. This is a value between 0 and 1 representing the business-specific ranking of the result as determined by the ranking adjustments. See Ranking adjustments for more information. [optional]
IndexScore double The index score of the result. This is a value between 0 and 1 representing the relevance of the result using traditional keyword search. The higher the score the more relevant the result is. [optional]
NeuralScore double The neural score of the result. This is a value between 0 and 1 representing the relevance of the result using Neuralsearch®, using AI-based search. [optional]
Record Object An object made up of field-value pairs that contains the record data. [optional]
RelevanceScore double The relevance score of the result. This is the best of `index_score` and `neural_score` with any index boosts applied on top. [optional]
Score double The overall relevance of the result. This is a value between 0 and 1 that combines the index, neural and feature scores. The higher the score the more relevant the result is. [optional]
Token QueryResultToken [optional]

[Back to Model list] [Back to API list] [Back to README]