| Class | Description |
|---|---|
| CachingDoubleValueSource |
Caches the doubleVal of another value source in a HashMap
so that it is computed only once.
|
| DistanceToShapeValueSource |
The distance from a provided Point to a Point retrieved from a ValueSource via
FunctionValues.objectVal(int). |
| ShapeAreaValueSource |
The area of a Shape retrieved from a ValueSource via
FunctionValues.objectVal(int). |
| ShapeFieldCache<T extends com.spatial4j.core.shape.Shape> |
Bounded Cache of Shapes associated with docIds.
|
| ShapeFieldCacheDistanceValueSource |
An implementation of the Lucene ValueSource that returns the spatial distance
between an input point and a document's points in
ShapeFieldCacheProvider. |
| ShapeFieldCacheProvider<T extends com.spatial4j.core.shape.Shape> |
Provides access to a
ShapeFieldCache for a given LeafReader. |
| ShapePredicateValueSource |
A boolean ValueSource that compares a shape from a provided ValueSource with a given Shape and sees
if it matches a given
SpatialOperation (the predicate). |
| ValueSourceFilter |
Filter that matches all documents where a ValueSource is
in between a range of
min and max inclusive. |
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.