Uses of Interface
redis.clients.jedis.search.querybuilder.Node
Packages that use Node
-
Uses of Node in redis.clients.jedis.search.querybuilder
Classes in redis.clients.jedis.search.querybuilder that implement NodeModifier 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.classclassCreated by mnunberg on 2/23/18.classCreated by mnunberg on 2/23/18.Fields in redis.clients.jedis.search.querybuilder with type parameters of type NodeMethods in redis.clients.jedis.search.querybuilder with parameters of type NodeModifier and TypeMethodDescriptionAdd children nodes to this node.static QueryNodeCreate a disjunct node.static QueryNodeQueryBuilders.disjunctUnion(Node... n) Create a disjunct union node.static QueryNodeCreate a new intersection node with child nodes.static QueryNodeCreate an optional node.static QueryNodeCreate a union node.