K - Key typepublic static class TextFieldArgs.Builder<K> extends FieldArgs.Builder<K,TextFieldArgs<K>,TextFieldArgs.Builder<K>>
TextFieldArgs.instance| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
TextFieldArgs.Builder<K> |
noStem()
By default, the index applies stemming to TEXT fields.
|
TextFieldArgs.Builder<K> |
phonetic(TextFieldArgs.PhoneticMatcher matcher)
Phonetic matching is a feature that allows you to search for similar-sounding words.
|
TextFieldArgs.Builder<K> |
weight(long weight)
The weight of the field.
|
TextFieldArgs.Builder<K> |
withSuffixTrie()
For TEXT attributes, keeps a suffix trie with all terms which match the suffix.
|
as, build, indexEmpty, indexMissing, name, noIndex, self, sortable, unNormalizedFormpublic TextFieldArgs.Builder<K> weight(long weight)
weight - the weight of the fieldTextFieldArgs.Builder for the purpose of method chainingpublic TextFieldArgs.Builder<K> noStem()
TextFieldArgs.Builder for the purpose of method chainingpublic TextFieldArgs.Builder<K> phonetic(TextFieldArgs.PhoneticMatcher matcher)
matcher - the phonetic matcherTextFieldArgs.Builder for the purpose of method chainingpublic TextFieldArgs.Builder<K> withSuffixTrie()
TextFieldArgs.Builder for the purpose of method chainingCopyright © 2025 lettuce.io. All rights reserved.