Schema for the result of a query search operation.

Hierarchy

  • SearchResult

Properties

bookmark?: string

Opaque bookmark token used when paginating results.

by?: string

Grouped search matches.

counts?: JsonObject

The counts facet syntax returns the number of query results for each unique value of each named field.

Array of grouped search matches.

ranges?: JsonObject

The range facet syntax reuses the standard Lucene syntax for ranges to return counts of results that fit into each specified category.

Array of row objects.

total_rows: number

Number of total rows.

Generated using TypeDoc