Uses of Class
redis.clients.jedis.search.schemafields.TextField
Packages that use TextField
-
Uses of TextField in redis.clients.jedis.search.schemafields
Methods in redis.clients.jedis.search.schemafields that return TextFieldModifier and TypeMethodDescriptionTextField.noIndex()Avoid indexing.TextField.noStem()Disable stemming when indexing.static TextFieldstatic TextFieldPerform phonetic matching.TextField.sortable()Sorts the results by the value of this field.TextField.sortableUNF()Sorts the results by the value of this field without normalization.TextField.sortableUnNormalizedForm()TextField.weight(double weight) Declares the importance of this attribute when calculating result accuracy.TextField.withSuffixTrie()Keeps a suffix trie with all terms which match the suffix.