Package org.apache.lucene.spatial
Class ShapeValuesSource
- java.lang.Object
-
- org.apache.lucene.spatial.ShapeValuesSource
-
- All Implemented Interfaces:
SegmentCacheable
public abstract class ShapeValuesSource extends Object implements SegmentCacheable
ProducesShapeValues
per-segment
-
-
Constructor Summary
Constructors Constructor Description ShapeValuesSource()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract ShapeValues
getValues(LeafReaderContext ctx)
Get aShapeValues
instance for the given leaf reader context-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.lucene.search.SegmentCacheable
isCacheable
-
-
-
-
Method Detail
-
getValues
public abstract ShapeValues getValues(LeafReaderContext ctx) throws IOException
Get aShapeValues
instance for the given leaf reader context- Throws:
IOException
-
-