Uses of Class
org.apache.lucene.geo.GeoEncodingUtils.Component2DPredicate
-
Packages that use GeoEncodingUtils.Component2DPredicate Package Description org.apache.lucene.document The logical representation of aDocumentfor indexing and searching.org.apache.lucene.geo 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.Component2DPredicate Modifier and Type Method Description private 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.Component2DPredicate Modifier and Type Method Description static GeoEncodingUtils.Component2DPredicateGeoEncodingUtils. createComponentPredicate(Component2D tree)Create a predicate that checks whether points are within a geometry.
-