Package org.apache.solr.search.function
Class FieldNameValueSource
java.lang.Object
org.apache.lucene.queries.function.ValueSource
org.apache.solr.search.function.FieldNameValueSource
public class FieldNameValueSource
extends org.apache.lucene.queries.function.ValueSource
Placeholder value source.
- NOTE: This API is for internal purposes only and might change in incompatible ways in the next release.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.lucene.queries.function.ValueSource
asDoubleValuesSource, asLongValuesSource, createWeight, fromDoubleValuesSource, getSortField, newContext, toString
-
Constructor Details
-
FieldNameValueSource
-
-
Method Details
-
getFieldName
-
getValues
public org.apache.lucene.queries.function.FunctionValues getValues(Map<Object, Object> context, org.apache.lucene.index.LeafReaderContext readerContext) throws IOException- Specified by:
getValuesin classorg.apache.lucene.queries.function.ValueSource- Throws:
IOException
-
equals
- Specified by:
equalsin classorg.apache.lucene.queries.function.ValueSource
-
hashCode
public int hashCode()- Specified by:
hashCodein classorg.apache.lucene.queries.function.ValueSource
-
description
- Specified by:
descriptionin classorg.apache.lucene.queries.function.ValueSource
-