List of usage examples for org.apache.lucene.queries.function.docvalues IntDocValues subclass-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;