public class TagField extends SchemaField
fieldName| Constructor and Description |
|---|
TagField(FieldName fieldName) |
TagField(String fieldName) |
| Modifier and Type | Method and Description |
|---|---|
void |
addParams(CommandArguments args) |
TagField |
as(String attribute) |
TagField |
caseSensitive()
Keeps the original letter cases of the tags.
|
TagField |
noIndex()
Avoid indexing.
|
static TagField |
of(FieldName fieldName) |
static TagField |
of(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() |
TagField |
withSuffixTrie()
Keeps a suffix trie with all terms which match the suffix.
|
getFieldName, getNamepublic TagField(String fieldName)
public TagField(FieldName fieldName)
public TagField as(String attribute)
as in class SchemaFieldpublic TagField sortable()
public TagField sortableUNF()
public TagField sortableUnNormalizedForm()
TextField.sortableUNF()public TagField noIndex()
public TagField separator(char separator)
public TagField caseSensitive()
public TagField withSuffixTrie()
public void addParams(CommandArguments args)
Copyright © 2024. All rights reserved.