Uses of Class
redis.clients.jedis.search.querybuilder.Value
Packages that use Value
-
Uses of Value in redis.clients.jedis.search.querybuilder
Subclasses of Value in redis.clients.jedis.search.querybuilderModifier and TypeClassDescriptionclassclassCreated by mnunberg on 2/23/18.classclassprivate static classFields in redis.clients.jedis.search.querybuilder declared as ValueMethods in redis.clients.jedis.search.querybuilder that return ValueModifier and TypeMethodDescriptionprivate static Value[]ValueNode.fromStrings(String[] values) static Valuestatic ValueMethods in redis.clients.jedis.search.querybuilder with parameters of type ValueModifier and TypeMethodDescriptionAdd a match criteria to this nodestatic QueryNodeCreate a disjunct node using one or more values.static QueryNodeQueryBuilders.disjunctUnion(String field, Value... values) static QueryNodeCreate a new intersection node with a field-value pair.static QueryNodestatic QueryNodeCreate a union node which can match an one or more valuesMethod parameters in redis.clients.jedis.search.querybuilder with type arguments of type ValueModifier and TypeMethodDescriptionQueryNode.add(String field, Collection<Value> values) Add a list of values from a collectionConstructors in redis.clients.jedis.search.querybuilder with parameters of type Value