Schema for the result of a query search operation.

Constructors

Properties

bookmark?: string

Opaque bookmark token used when paginating results.

by?: string

Grouped search matches.

counts?: {
    [key: string]: JsonObject;
}

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

Type declaration

ranges?: {
    [key: string]: JsonObject;
}

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

Type declaration

Array of row objects.

totalRows: number

Number of total rows.

Methods