Package org.apache.solr.search
Class ExpressionValueSourceParser.SolrBindings
java.lang.Object
org.apache.lucene.expressions.Bindings
org.apache.solr.search.ExpressionValueSourceParser.SolrBindings
- Enclosing class:
ExpressionValueSourceParser
public static class ExpressionValueSourceParser.SolrBindings
extends org.apache.lucene.expressions.Bindings
A bindings class that uses schema fields to resolve variables.
- NOTE: This API is for internal purposes only and might change in incompatible ways in the next release.
-
Constructor Summary
ConstructorsConstructorDescriptionSolrBindings(String scoreKey, IndexSchema schema, List<org.apache.lucene.search.DoubleValuesSource> positionalArgs) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.lucene.search.DoubleValuesSource
-
Constructor Details
-
SolrBindings
public SolrBindings(String scoreKey, IndexSchema schema, List<org.apache.lucene.search.DoubleValuesSource> positionalArgs) - Parameters:
scoreKey- The binding name that should be used to represent the score, may be nullschema- IndexSchema for field bindingspositionalArgs- List of positional arguments
-
-
Method Details
-
getDoubleValuesSource
- Specified by:
getDoubleValuesSourcein classorg.apache.lucene.expressions.Bindings
-