Class CachingDoubleValueSource

java.lang.Object
org.apache.lucene.search.DoubleValuesSource
org.apache.lucene.spatial.util.CachingDoubleValueSource
All Implemented Interfaces:
SegmentCacheable

public class CachingDoubleValueSource extends DoubleValuesSource
Caches the doubleVal of another value source in a HashMap so that it is computed only once.
NOTE: This API is for internal purposes only and might change in incompatible ways in the next release.