Optional
collectionsOptional
consistencySpecifies the consistency requirements when executing the query.
SearchScanConsistency
Optional
consistentSpecifies a MutationState which the query should be consistent with.
Optional
disableSpecifies that scoring should be disabled. This improves performance but makes it impossible to sort based on how well a particular result scored.
Optional
explainConfigures whether the result should contain the execution plan for the query.
Optional
facetsSpecifies any facets that should be included in the query.
Optional
fieldsSpecifies the list of fields which should be searched.
Optional
highlightSpecifies how the highlighting should behave. Specifically which mode should be used for highlighting as well as which fields should be highlighted.
Optional
fields?: string[]Optional
style?: HighlightStyleOptional
Experimental
includeIf set to true, will include the locations in the search result.
This API is subject to change without notice.
Optional
limitSpecifies the limit to the number of results that should be returned.
Optional
logUncommitted: This API is subject to change in the future. Specifies that the search request should appear in the log.
Optional
logUncommitted: This API is subject to change in the future. Specifies that the search response should appear in the log.
Optional
rawSpecifies any additional parameters which should be passed to the query engine when executing the query.
Optional
showSpecifies that the search response should include the request JSON.
Optional
skipSpecifies the number of results to skip from the index before returning results.
Optional
sortSpecifies a list of fields or SearchSort's to use when sorting the result sets.
Optional
timeoutThe timeout for this operation, represented in milliseconds.
Specifies the collections which should be searched as part of the query.