Uses of Class
redis.clients.jedis.search.schemafields.TagField
Packages that use TagField
-
Uses of TagField in redis.clients.jedis.search.schemafields
Methods in redis.clients.jedis.search.schemafields that return TagFieldModifier and TypeMethodDescriptionTagField.caseSensitive()Keeps the original letter cases of the tags.TagField.noIndex()Avoid indexing.static TagFieldstatic TagFieldTagField.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.