Uses of Class
org.apache.lucene.queryparser.flexible.standard.nodes.PointQueryNode
Packages that use PointQueryNode
Package
Description
Standard Lucene Query Nodes.
-
Uses of PointQueryNode in org.apache.lucene.queryparser.flexible.standard.nodes
Methods in org.apache.lucene.queryparser.flexible.standard.nodes with parameters of type PointQueryNodeModifier and TypeMethodDescriptionvoid
PointRangeQueryNode.setBounds
(PointQueryNode lower, PointQueryNode upper, boolean lowerInclusive, boolean upperInclusive, PointsConfig pointsConfig) Sets the upper and lower bounds of this range query node and thePointsConfig
associated with these bounds.Constructors in org.apache.lucene.queryparser.flexible.standard.nodes with parameters of type PointQueryNodeModifierConstructorDescriptionPointRangeQueryNode
(PointQueryNode lower, PointQueryNode upper, boolean lowerInclusive, boolean upperInclusive, PointsConfig numericConfig) Constructs aPointRangeQueryNode
object using the givenPointQueryNode
as its bounds andPointsConfig
.