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
ProducesShapeValuesper-segment 
- 
- 
Constructor Summary
Constructors Constructor Description ShapeValuesSource() 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract ShapeValuesgetValues(LeafReaderContext ctx)Get aShapeValuesinstance 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 aShapeValuesinstance for the given leaf reader context- Throws:
 IOException
 
 - 
 
 -