Example usage for org.apache.lucene.search DoubleValuesSource subclass-usage

List of usage examples for org.apache.lucene.search DoubleValuesSource subclass-usage

Introduction

In this page you can find the example usage for org.apache.lucene.search DoubleValuesSource subclass-usage.

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;