QueryOptions

open class QueryOptions

Detailed options for querying the FTS database.

Types

Link copied to clipboard
class Builder
Builder used to construct QueryOptions instance.

Properties

Link copied to clipboard
Maximum number of preview results per document.
Link copied to clipboard
Maximum total number of preview results.
Link copied to clipboard
Maximum number of search results per document.
Link copied to clipboard
Maximum total number of search results.
Link copied to clipboard
The range used for preview text generation.

Functions

Link copied to clipboard
Indicates whether text previews should be generated.
Link copied to clipboard
Indicates whether annotations should be ignored when querying.
Link copied to clipboard
Indicates whether document text should be ignored when querying.
Link copied to clipboard
Indicates whether exact phrases should be matched.
Link copied to clipboard
Indicates whether exact words should be matched when searching.