| Package | Description |
|---|---|
| redis.clients.jedis.search.schemafields |
| Modifier and Type | Method and Description |
|---|---|
TextField |
TextField.as(java.lang.String attribute) |
TextField |
TextField.indexEmpty() |
TextField |
TextField.indexMissing() |
TextField |
TextField.noIndex()
Avoid indexing.
|
TextField |
TextField.noStem()
Disable stemming when indexing.
|
static TextField |
TextField.of(FieldName fieldName) |
static TextField |
TextField.of(java.lang.String fieldName) |
TextField |
TextField.phonetic(java.lang.String matcher)
Perform phonetic matching.
|
TextField |
TextField.sortable()
Sorts the results by the value of this field.
|
TextField |
TextField.sortableUNF()
Sorts the results by the value of this field without normalization.
|
TextField |
TextField.sortableUnNormalizedForm()
Deprecated.
Use
TextField#sortableUNF(). |
TextField |
TextField.weight(double weight)
Declares the importance of this attribute when calculating result accuracy.
|
TextField |
TextField.withSuffixTrie()
Keeps a suffix trie with all terms which match the suffix.
|
Copyright © 2025. All rights reserved.