TextIndexBuilder
class TextIndexBuilder
Parameters of a full-text index.
Properties
Link copied to clipboard
Drop tokens longer than this.
Link copied to clipboard
Drop tokens shorter than this.
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.