List of usage examples for org.apache.lucene.search DoubleValuesSource subclass-usage
From source file org.apache.solr.legacy.DistanceValueSource.java
/**
* An implementation of the Lucene ValueSource model that returns the distance
* for a {@link PointVectorStrategy}.
*
* @lucene.internal
*/
From source file org.elasticsearch.script.expression.ReplaceableConstDoubleValueSource.java
/** * A {@link DoubleValuesSource} which has a stub {@link DoubleValues} that holds a dynamically replaceable constant double. */ final class ReplaceableConstDoubleValueSource extends DoubleValuesSource { final ReplaceableConstDoubleValues fv;