| Package | Description |
|---|---|
| redis.clients.jedis.search.schemafields |
| Modifier and Type | Method and Description |
|---|---|
TagField |
TagField.as(java.lang.String attribute) |
TagField |
TagField.caseSensitive()
Keeps the original letter cases of the tags.
|
TagField |
TagField.indexEmpty() |
TagField |
TagField.indexMissing() |
TagField |
TagField.noIndex()
Avoid indexing.
|
static TagField |
TagField.of(FieldName fieldName) |
static TagField |
TagField.of(java.lang.String fieldName) |
TagField |
TagField.separator(char separator)
Indicates how the text contained in the attribute is to be split into individual tags.
|
TagField |
TagField.sortable()
Sorts the results by the value of this field.
|
TagField |
TagField.sortableUNF()
Sorts the results by the value of this field without normalization.
|
TagField |
TagField.sortableUnNormalizedForm()
Deprecated.
Use
TagField#sortableUNF(). |
TagField |
TagField.withSuffixTrie()
Keeps a suffix trie with all terms which match the suffix.
|
Copyright © 2025. All rights reserved.