Uses of Class
redis.clients.jedis.search.querybuilder.QueryNode
Packages that use QueryNode
-
Uses of QueryNode in redis.clients.jedis.search.querybuilder
Subclasses of QueryNode in redis.clients.jedis.search.querybuilderModifier and TypeClassDescriptionclassA disjunct node.classA disjunct union node is the inverse of aUnionNode.classThe intersection node evaluates to true if any of its children are true.classCreated by mnunberg on 2/23/18.classCreated by mnunberg on 2/23/18.Methods in redis.clients.jedis.search.querybuilder that return QueryNodeModifier and TypeMethodDescriptionConvenience method to add a list of string valuesQueryNode.add(String field, Collection<Value> values) Add a list of values from a collectionAdd a match criteria to this nodeAdd children nodes to this node.static QueryNodeCreate a disjunct node using one or more values.static QueryNodeCreate a disjunct node using one or more values.static QueryNodeCreate a disjunct node.static QueryNodeQueryBuilders.disjunctUnion(String field, String... values) static QueryNodeQueryBuilders.disjunctUnion(String field, Value... values) static QueryNodeQueryBuilders.disjunctUnion(Node... n) Create a disjunct union node.static QueryNodeHelper method to create a new intersection node with a string value.static QueryNodeCreate a new intersection node with a field-value pair.static QueryNodeCreate a new intersection node with child nodes.static QueryNodestatic QueryNodeCreate an optional node.static QueryNodeConvenience method to match one or more strings.static QueryNodeCreate a union node which can match an one or more valuesstatic QueryNodeCreate a union node.