Uses of Class
com.redis.lettucemod.search.querybuilder.Value
-
Packages that use Value Package Description com.redis.lettucemod.search.querybuilder -
-
Uses of Value in com.redis.lettucemod.search.querybuilder
Subclasses of Value in com.redis.lettucemod.search.querybuilder Modifier and Type Class Description classDoubleRangeValueclassGeoValueCreated by mnunberg on 2/23/18.classLongRangeValueclassRangeValueMethods in com.redis.lettucemod.search.querybuilder that return Value Modifier and Type Method Description static ValueValues. tags(java.lang.String... tags)static ValueValues. value(java.lang.String s)Methods in com.redis.lettucemod.search.querybuilder with parameters of type Value Modifier and Type Method Description QueryNodeQueryNode. add(java.lang.String field, Value... values)Add a match criteria to this nodestatic QueryNodeQueryBuilder. disjunct(java.lang.String field, Value... values)Create a disjunct node using one or more values.static QueryNodeQueryBuilder. disjunctUnion(java.lang.String field, Value... values)static QueryNodeQueryBuilder. intersect(java.lang.String field, Value... values)Create a new intersection node with a field-value pair.static QueryNodeQueryBuilder. optional(java.lang.String field, Value... values)static QueryNodeQueryBuilder. union(java.lang.String field, Value... values)Create a union node which can match an one or more valuesMethod parameters in com.redis.lettucemod.search.querybuilder with type arguments of type Value Modifier and Type Method Description QueryNodeQueryNode. add(java.lang.String field, java.util.Collection<Value> values)Add a list of values from a collectionConstructors in com.redis.lettucemod.search.querybuilder with parameters of type Value Constructor Description ValueNode(java.lang.String field, java.lang.String joinstr, Value... values)
-