Uses of Class
org.apache.lucene.geo.GeoEncodingUtils.Component2DPredicate
Packages that use GeoEncodingUtils.Component2DPredicate
Package
Description
The logical representation of a
Document for indexing and
searching.Geospatial Utility Implementations for Lucene Core
-
Uses of GeoEncodingUtils.Component2DPredicate in org.apache.lucene.document
Methods in org.apache.lucene.document with parameters of type GeoEncodingUtils.Component2DPredicateModifier and TypeMethodDescriptionprivate TwoPhaseIteratorLatLonDocValuesQuery.disjoint(SortedNumericDocValues values, GeoEncodingUtils.Component2DPredicate component2DPredicate) private TwoPhaseIteratorLatLonDocValuesQuery.intersects(SortedNumericDocValues values, GeoEncodingUtils.Component2DPredicate component2DPredicate) private TwoPhaseIteratorLatLonDocValuesQuery.within(SortedNumericDocValues values, GeoEncodingUtils.Component2DPredicate component2DPredicate) -
Uses of GeoEncodingUtils.Component2DPredicate in org.apache.lucene.geo
Methods in org.apache.lucene.geo that return GeoEncodingUtils.Component2DPredicateModifier and TypeMethodDescriptionGeoEncodingUtils.createComponentPredicate(Component2D tree) Create a predicate that checks whether points are within a geometry.