| Package | Description |
|---|---|
| io.valkey.search.schemafields |
| Modifier and Type | Method and Description |
|---|---|
TagField |
TagField.as(String attribute) |
TagField |
TagField.caseSensitive()
Keeps the original letter cases of the tags.
|
TagField |
TagField.noIndex()
Avoid indexing.
|
static TagField |
TagField.of(FieldName fieldName) |
static TagField |
TagField.of(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() |
TagField |
TagField.withSuffixTrie()
Keeps a suffix trie with all terms which match the suffix.
|
Copyright © 2024. All rights reserved.