List of usage examples for org.apache.lucene.queries.function FunctionValues subclass-usage
From source file alba.solr.core.SolrPseudoField.java
public abstract class SolrPseudoField extends FunctionValues implements ISolrLightPlugin { protected LeafReader reader; protected Map<String, String> args;
From source file alba.solr.functions.FunctionQuery.java
public abstract class FunctionQuery extends FunctionValues implements ILightFunctionQuery { private Logger logger = LoggerFactory.getLogger(this.getClass().getName()); private LeafReader readerContext;
From source file org.elasticsearch.script.expression.ReplaceableConstFunctionValues.java
/** * A support class for an executable expression script that allows the double returned * by a {@link FunctionValues} to be modified. */ public class ReplaceableConstFunctionValues extends FunctionValues { private double value = 0;