Class FieldCacheSource
java.lang.Object
org.apache.lucene.queries.function.ValueSource
org.apache.lucene.queries.function.valuesource.FieldCacheSource
- Direct Known Subclasses:
ByteFieldSource
,BytesRefFieldSource
,DoubleFieldSource
,EnumFieldSource
,FloatFieldSource
,IntFieldSource
,JoinDocFreqValueSource
,LongFieldSource
,ShortFieldSource
A base class for ValueSource implementations that retrieve values for
a single field from the
FieldCache
.-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.lucene.queries.function.ValueSource
createWeight, getSortField, getValues, newContext, toString
-
Constructor Details
-
FieldCacheSource
-
-
Method Details
-
getFieldCache
-
getField
-
description
Description copied from class:ValueSource
description of field, used in explain()- Specified by:
description
in classValueSource
-
equals
- Specified by:
equals
in classValueSource
-
hashCode
public int hashCode()- Specified by:
hashCode
in classValueSource
-