Uses of Class
org.apache.lucene.document.SpatialQuery.SpatialVisitor
Packages that use SpatialQuery.SpatialVisitor
-
Uses of SpatialQuery.SpatialVisitor in org.apache.lucene.document
Fields in org.apache.lucene.document declared as SpatialQuery.SpatialVisitorModifier and TypeFieldDescriptionprivate final SpatialQuery.SpatialVisitorSpatialQuery.RelationScorerSupplier.spatialVisitorMethods in org.apache.lucene.document that return SpatialQuery.SpatialVisitorModifier and TypeMethodDescriptionprotected SpatialQuery.SpatialVisitorLatLonPointQuery.getSpatialVisitor()protected SpatialQuery.SpatialVisitorLatLonShapeBoundingBoxQuery.getSpatialVisitor()protected SpatialQuery.SpatialVisitorLatLonShapeDocValuesQuery.getSpatialVisitor()protected SpatialQuery.SpatialVisitorLatLonShapeQuery.getSpatialVisitor()(package private) static SpatialQuery.SpatialVisitorLatLonShapeQuery.getSpatialVisitor(Component2D component2D) protected abstract SpatialQuery.SpatialVisitorSpatialQuery.getSpatialVisitor()returns the spatial visitor to be used for this query.protected SpatialQuery.SpatialVisitorXYShapeDocValuesQuery.getSpatialVisitor()protected SpatialQuery.SpatialVisitorXYShapeQuery.getSpatialVisitor()(package private) static SpatialQuery.SpatialVisitorXYShapeQuery.getSpatialVisitor(Component2D component2D) Methods in org.apache.lucene.document with parameters of type SpatialQuery.SpatialVisitorModifier and TypeMethodDescriptionprivate static PointValues.IntersectVisitorSpatialQuery.getContainsDenseVisitor(SpatialQuery.SpatialVisitor spatialVisitor, ShapeField.QueryRelation queryRelation, FixedBitSet result, FixedBitSet excluded, long[] cost) create a visitor that adds documents that match the query using a dense bitset; used with CONTAINSprivate static PointValues.IntersectVisitorSpatialQuery.getDenseVisitor(SpatialQuery.SpatialVisitor spatialVisitor, ShapeField.QueryRelation queryRelation, FixedBitSet result, FixedBitSet excluded, long[] cost) create a visitor that adds documents that match the query using a dense bitset; used with WITHIN invalid input: '&' DISJOINTprivate static PointValues.IntersectVisitorSpatialQuery.getEstimateVisitor(SpatialQuery.SpatialVisitor spatialVisitor, ShapeField.QueryRelation queryRelation) create a visitor for calculating point count estimates for the provided relationprivate static PointValues.IntersectVisitorSpatialQuery.getIntersectsDenseVisitor(SpatialQuery.SpatialVisitor spatialVisitor, ShapeField.QueryRelation queryRelation, FixedBitSet result, long[] cost) Scorer used for INTERSECTS when the number of points > 4 * number of docsprivate static PointValues.IntersectVisitorSpatialQuery.getInverseDenseVisitor(SpatialQuery.SpatialVisitor spatialVisitor, ShapeField.QueryRelation queryRelation, FixedBitSet result, long[] cost) create a visitor that clears documents that do not match the polygon query using a dense bitset; used with WITHIN invalid input: '&' DISJOINTprotected ScorerSupplierBaseShapeDocValuesQuery.getScorerSupplier(LeafReader reader, SpatialQuery.SpatialVisitor spatialVisitor, ScoreMode scoreMode, ConstantScoreWeight weight, float boost, float score) protected ScorerSupplierSpatialQuery.getScorerSupplier(LeafReader reader, SpatialQuery.SpatialVisitor spatialVisitor, ScoreMode scoreMode, ConstantScoreWeight weight, float boost, float score) private static PointValues.IntersectVisitorSpatialQuery.getShallowInverseDenseVisitor(SpatialQuery.SpatialVisitor spatialVisitor, ShapeField.QueryRelation queryRelation, FixedBitSet result) create a visitor that clears documents that do not match the polygon query using a dense bitset; used with WITHIN invalid input: '&' DISJOINT.private static PointValues.IntersectVisitorSpatialQuery.getSparseVisitor(SpatialQuery.SpatialVisitor spatialVisitor, ShapeField.QueryRelation queryRelation, DocIdSetBuilder result) create a visitor that adds documents that match the query using a sparse bitset.private static booleanSpatialQuery.hasAnyHits(SpatialQuery.SpatialVisitor spatialVisitor, ShapeField.QueryRelation queryRelation, PointValues values) Return true if the query matches at least one document.Constructors in org.apache.lucene.document with parameters of type SpatialQuery.SpatialVisitorModifierConstructorDescription(package private)RelationScorerSupplier(PointValues values, SpatialQuery.SpatialVisitor spatialVisitor, ShapeField.QueryRelation queryRelation, String field)