Example usage for org.apache.lucene.queries.function.docvalues DoubleDocValues subclass-usage

List of usage examples for org.apache.lucene.queries.function.docvalues DoubleDocValues subclass-usage

Introduction

In this page you can find the example usage for org.apache.lucene.queries.function.docvalues DoubleDocValues subclass-usage.

Usage

From source file org.elasticsearch.script.expression.CountMethodFunctionValues.java

/**
 * FunctionValues to get the count of the number of values in a field for a document.
 */
public class CountMethodFunctionValues extends DoubleDocValues {
    SortedNumericDoubleValues values;

From source file org.elasticsearch.script.expression.FieldDataFunctionValues.java

/**
 * A {@link org.apache.lucene.queries.function.FunctionValues} which wrap field data.
 */
class FieldDataFunctionValues extends DoubleDocValues {
    NumericDoubleValues dataAccessor;