Skip to main content

Glossary: IndexQuery

Properties

NameTypeDescription
QuerystringThe query
QueryParametersParameters (Dictionary<string, object>)The query parameters
StartintThe start of records to read
PageSizeintThe page size
WaitForNonStaleResultsboolIf set to true, the server side will wait until the results are non-stale or until a timeout.
WaitForNonStaleResultsTimeoutTimeSpan?The timeout for WaitForNonStaleResults
CutoffEtaglong?The cutoff Etag is used to check if the index has already processed a document with the given Etag.
DisableCachingboolIndicates if the query results should be read from the cache (if cached previously), or added to the cache (if there were no cached items prior).
SkipDuplicateCheckingboolAllows to skip duplicate checking during queries.
ExplainScoresboolWhen a query result should contain an explanation about how docs are scored against a query.