public class TagField extends SchemaField
fieldName| Constructor and Description |
|---|
TagField(FieldName fieldName) |
TagField(java.lang.String fieldName) |
| Modifier and Type | Method and Description |
|---|---|
void |
addParams(CommandArguments args) |
TagField |
as(java.lang.String attribute) |
TagField |
caseSensitive()
Keeps the original letter cases of the tags.
|
TagField |
indexEmpty() |
TagField |
indexMissing() |
TagField |
noIndex()
Avoid indexing.
|
static TagField |
of(FieldName fieldName) |
static TagField |
of(java.lang.String fieldName) |
TagField |
separator(char separator)
Indicates how the text contained in the attribute is to be split into individual tags.
|
TagField |
sortable()
Sorts the results by the value of this field.
|
TagField |
sortableUNF()
Sorts the results by the value of this field without normalization.
|
TagField |
sortableUnNormalizedForm()
Deprecated.
Use
TagField#sortableUNF(). |
TagField |
withSuffixTrie()
Keeps a suffix trie with all terms which match the suffix.
|
getFieldName, getNamepublic TagField(java.lang.String fieldName)
public TagField(FieldName fieldName)
public static TagField of(java.lang.String fieldName)
public TagField as(java.lang.String attribute)
as in class SchemaFieldpublic TagField indexMissing()
public TagField indexEmpty()
public TagField separator(char separator)
separator - public TagField caseSensitive()
public TagField withSuffixTrie()
public TagField sortable()
public TagField sortableUNF()
@Deprecated public TagField sortableUnNormalizedForm()
TagField#sortableUNF().sortableUNF()public TagField noIndex()
public void addParams(CommandArguments args)
Copyright © 2025. All rights reserved.