Uses of Class
org.apache.lucene.geo.GeoEncodingUtils.Component2DPredicate
-
Packages that use GeoEncodingUtils.Component2DPredicate Package Description org.apache.lucene.document The logical representation of aDocument
for 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 TwoPhaseIterator
LatLonDocValuesQuery. disjoint(SortedNumericDocValues values, GeoEncodingUtils.Component2DPredicate component2DPredicate)
private TwoPhaseIterator
LatLonDocValuesQuery. intersects(SortedNumericDocValues values, GeoEncodingUtils.Component2DPredicate component2DPredicate)
private TwoPhaseIterator
LatLonDocValuesQuery. 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.Component2DPredicate
GeoEncodingUtils. createComponentPredicate(Component2D tree)
Create a predicate that checks whether points are within a geometry.
-