Text
@Serializable
@SerialName(value = "text")
A full-text index, for matchText, matchTextAny and matchPhrase.
Constructors
Properties
Link copied to clipboard
tokens longer than this are dropped.
Link copied to clipboard
tokens shorter than this are dropped.
Link copied to clipboard
store token positions so matchPhrase can require them adjacent and in order. Defaults to false, and a matchPhrase filter against an index without it is accepted by the server and matches nothing.
Link copied to clipboard
how a value is split into tokens; the server's default is Tokenizer.WORD.