Builder

class Builder

Properties

Link copied to clipboard

A cursor that can be used to retrieve the next set of matching documents when you want to page through a large result set.

Link copied to clipboard
var found: Long

The total number of documents that match the search request.

Link copied to clipboard
var hit: List<Hit>?

A document that matches the search request.

Link copied to clipboard
var start: Long

The index of the first matching document.