Modifier and Type | Method and Description |
---|---|
static SortedNumericDoubleValues |
GeoDistance.distanceValues(MultiGeoPointValues geoPointValues,
GeoDistance.FixedSourceDistance... distances)
Return a
SortedNumericDoubleValues instance that returns the distances to a list of geo-points for each document. |
Modifier and Type | Method and Description |
---|---|
static MultiGeoPointValues |
FieldData.emptyMultiGeoPoints(int maxDoc)
Return a
SortedNumericDoubleValues that doesn't contain any value. |
MultiGeoPointValues |
AtomicGeoPointFieldData.getGeoPointValues()
Return geo-point values.
|
static MultiGeoPointValues |
FieldData.singleton(GeoPointValues values,
org.apache.lucene.util.Bits docsWithField)
Returns a multi-valued view over the provided
GeoPointValues . |
Modifier and Type | Method and Description |
---|---|
static org.apache.lucene.util.Bits |
FieldData.docsWithValue(MultiGeoPointValues dv,
int maxDoc)
Returns a Bits representing all documents from
dv that have a value. |
static boolean |
FieldData.isMultiValued(MultiGeoPointValues values)
Returns whether the provided values *might* be multi-valued.
|
static SortedBinaryDocValues |
FieldData.toString(MultiGeoPointValues values)
Return a
String representation of the provided values. |
static GeoPointValues |
FieldData.unwrapSingleton(MultiGeoPointValues values)
Returns a single-valued view of the
MultiGeoPointValues ,
if it was previously wrapped with FieldData.singleton(GeoPointValues, Bits) ,
or null. |
static org.apache.lucene.util.Bits |
FieldData.unwrapSingletonBits(MultiGeoPointValues values)
Returns the documents with a value for the
MultiGeoPointValues ,
if it was previously wrapped with FieldData.singleton(GeoPointValues, Bits) ,
or null. |
Constructor and Description |
---|
GeoPoints(MultiGeoPointValues values) |
Modifier and Type | Method and Description |
---|---|
MultiGeoPointValues |
GeoPointDoubleArrayAtomicFieldData.Single.getGeoPointValues() |
MultiGeoPointValues |
GeoPointCompressedAtomicFieldData.Single.getGeoPointValues() |
Constructor and Description |
---|
GeoBoundingBoxDocSet(int maxDoc,
org.apache.lucene.util.Bits acceptDocs,
MultiGeoPointValues values,
GeoPoint topLeft,
GeoPoint bottomRight) |
GeoDistanceDocSet(int maxDoc,
org.apache.lucene.util.Bits acceptDocs,
MultiGeoPointValues values,
GeoDistance.FixedSourceDistance fixedSourceDistance,
GeoDistance.DistanceBoundingCheck distanceBoundingCheck,
double distance) |
GeoDistanceRangeDocSet(int maxDoc,
org.apache.lucene.util.Bits acceptDocs,
MultiGeoPointValues values,
GeoDistance.FixedSourceDistance fixedSourceDistance,
GeoDistance.DistanceBoundingCheck distanceBoundingCheck,
double inclusiveLowerPoint,
double inclusiveUpperPoint) |
GeoPolygonDocIdSet(int maxDoc,
org.apache.lucene.util.Bits acceptDocs,
MultiGeoPointValues values,
GeoPoint[] points) |
Meridian180GeoBoundingBoxDocSet(int maxDoc,
org.apache.lucene.util.Bits acceptDocs,
MultiGeoPointValues values,
GeoPoint topLeft,
GeoPoint bottomRight) |
Modifier and Type | Method and Description |
---|---|
MultiGeoPointValues |
ValuesSource.GeoPoint.geoPointValues() |
Modifier and Type | Method and Description |
---|---|
void |
GeoDistanceFacetExecutor.Aggregator.onDoc(int docId,
MultiGeoPointValues values) |
Copyright © 2009–2015. All rights reserved.