Package com.redis.lettucemod.search
Class TextField<K>
java.lang.Object
com.redis.lettucemod.search.Field<K>
com.redis.lettucemod.search.TextField<K>
- All Implemented Interfaces:
RediSearchArgument
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic enumNested classes/interfaces inherited from class com.redis.lettucemod.search.Field
Field.Type -
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected voidbuildField(SearchCommandArgs<K, Object> args) booleaninthashCode()booleanisNoStem()booleanstatic <K> TextField.Builder<K>name(K name) voidsetMatcher(TextField.PhoneticMatcher matcher) voidsetNoStem(boolean noStem) voidvoidsetWithSuffixTrie(boolean withSuffixTrie) toString()Methods inherited from class com.redis.lettucemod.search.Field
build, geo, getAs, getName, getType, isNoIndex, isSortable, isUnNormalizedForm, numeric, setAs, setNoIndex, setSortable, setUnNormalizedForm, tag, text, vector
-
Method Details
-
getWeight
-
setWeight
-
isNoStem
public boolean isNoStem() -
setNoStem
public void setNoStem(boolean noStem) -
getMatcher
-
setMatcher
-
isWithSuffixTrie
public boolean isWithSuffixTrie() -
setWithSuffixTrie
public void setWithSuffixTrie(boolean withSuffixTrie) -
toString
-
hashCode
public int hashCode() -
equals
-
buildField
- Specified by:
buildFieldin classField<K>
-
name
-