Package org.apache.solr.schema
Class StrFieldSource
java.lang.Object
org.apache.lucene.queries.function.ValueSource
org.apache.lucene.queries.function.valuesource.FieldCacheSource
org.apache.solr.schema.StrFieldSource
public class StrFieldSource
extends org.apache.lucene.queries.function.valuesource.FieldCacheSource
-
Field Summary
Fields inherited from class org.apache.lucene.queries.function.valuesource.FieldCacheSource
field -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.lucene.queries.function.valuesource.FieldCacheSource
getFieldMethods inherited from class org.apache.lucene.queries.function.ValueSource
asDoubleValuesSource, asLongValuesSource, createWeight, fromDoubleValuesSource, getSortField, newContext, toString
-
Constructor Details
-
StrFieldSource
-
-
Method Details
-
description
- Overrides:
descriptionin classorg.apache.lucene.queries.function.valuesource.FieldCacheSource
-
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
- Overrides:
equalsin classorg.apache.lucene.queries.function.valuesource.FieldCacheSource
-
hashCode
public int hashCode()- Overrides:
hashCodein classorg.apache.lucene.queries.function.valuesource.FieldCacheSource
-