TextIndexBuilder

Parameters of a full-text index.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

Lowercase every token, making matching case-insensitive. Defaults to true on the server.

Link copied to clipboard

Drop tokens longer than this.

Link copied to clipboard

Drop tokens shorter than this.

Link copied to clipboard

Keep the index on disk instead of in RAM.

Link copied to clipboard

Store token positions so matchPhrase works. See PayloadIndexParams.Text.phraseMatching.

Link copied to clipboard

How a value is split into tokens. The server's default is Tokenizer.WORD.