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

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

Introduction

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

Usage

From source file alba.solr.docvalues.IntegerFunction.java

public class IntegerFunction extends IntDocValues implements IDynamicFunction {

    DynamicDocValuesHelper helper;

    Logger logger = LoggerFactory.getLogger(this.getClass().getName());

From source file alba.solr.docvalues.WrappedIntDocValues.java

public class WrappedIntDocValues extends IntDocValues {

    List<Object> fnParams;
    Parameter[] methodParameters;
    private CallableFunction function;
    private List<ParamField> expectedParams;