Class TagField
java.lang.Object
redis.clients.jedis.search.schemafields.SchemaField
redis.clients.jedis.search.schemafields.TagField
- All Implemented Interfaces:
IParams
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate booleanprivate booleanprivate byte[]private booleanprivate booleanprivate booleanFields inherited from class redis.clients.jedis.search.schemafields.SchemaField
fieldName -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddParams(CommandArguments args) Keeps the original letter cases of the tags.noIndex()Avoid indexing.static TagFieldstatic TagFieldseparator(char separator) Indicates how the text contained in the attribute is to be split into individual tags.sortable()Sorts the results by the value of this field.Sorts the results by the value of this field without normalization.Keeps a suffix trie with all terms which match the suffix.Methods inherited from class redis.clients.jedis.search.schemafields.SchemaField
getFieldName, getName
-
Field Details
-
sortable
private boolean sortable -
sortableUNF
private boolean sortableUNF -
noIndex
private boolean noIndex -
separator
private byte[] separator -
caseSensitive
private boolean caseSensitive -
withSuffixTrie
private boolean withSuffixTrie
-
-
Constructor Details
-
TagField
-
TagField
-
-
Method Details
-
of
-
of
-
as
- Overrides:
asin classSchemaField
-
sortable
Sorts the results by the value of this field. -
sortableUNF
Sorts the results by the value of this field without normalization. -
sortableUnNormalizedForm
- See Also:
-
noIndex
Avoid indexing. -
separator
Indicates how the text contained in the attribute is to be split into individual tags. -
caseSensitive
Keeps the original letter cases of the tags. -
withSuffixTrie
Keeps a suffix trie with all terms which match the suffix. It is used to optimize contains and suffix queries. -
addParams
-