Skip to main content

Glossary: QueryResult

Properties

NameTypeDescription
ResultsBlittableJsonReaderArrayThe documents resulting from this query.
IncludesBlittableJsonReaderObjectThe documents included in the result.
IsStaleboolThe value indicating whether the index is stale.
IndexTimestampDateTimeThe last time the index was updated.
TotalResultsintThe total results for this query.
SkippedResultsintThe skipped results.
IndexNamestringThe index used to answer this query.
ResultEtaglongThe ETag value for this index current state, which includes what we docs we indexed, what document were deleted, etc.
LastQueryTimeDateTimeThe timestamp of the last time the index was queried.
DurationInMslongThe duration of actually executing the query server side.
ResultSizelongThe size of the response which was sent from the server. This value is the uncompressed size.
NodeTagstringTag of a cluster node which responded to the query.