Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 5.96 KB

QueryCollectionResponse.md

File metadata and controls

20 lines (17 loc) · 5.96 KB

# QueryCollectionResponse

Properties

Name Type Description Notes
active_promotions \Sajari\Model\ActivePromotion[] A list of the promotions activated when running the query. [optional]
aggregate_filters map[string,\Sajari\Model\QueryAggregateResult] The aggregates run with filters. [optional]
aggregates map[string,\Sajari\Model\QueryAggregateResult] The aggregates returned by the query. [optional]
banners \Sajari\Model\Banner[] Banners associated with this query. [optional]
feature_score_weight double The weight applied to the features in the query, used for analyzing the index, neural and feature components for results. For each result: ``` score = max(index_score, neural_score) _ (1 - feature_score_weight) + feature_score _ feature_score_weight ``` [optional]
pipeline \Sajari\Model\QueryCollectionResponsePipeline [optional]
processing_duration string The total time taken to perform the query. [optional]
query_id string The query identifier. This uniqely identifies the specific query it was returned on. This is used to link user interactions with a query. [optional]
redirects map[string,\Sajari\Model\RedirectResult] A mapping of redirects triggered for all possible variations of the query. [optional]
results \Sajari\Model\QueryResult[] The results returned by the query. [optional]
total_size string The total number of results that match the query. [optional]
variables map[string,object] The modified variables returned by the pipeline after it has finished processing. [optional]

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