Module org.apache.lucene.queries
Class EnumFieldSource
java.lang.Object
org.apache.lucene.queries.function.ValueSource
org.apache.lucene.queries.function.valuesource.FieldCacheSource
org.apache.lucene.queries.function.valuesource.EnumFieldSource
Obtains int field values from
LeafReader.getNumericDocValues(java.lang.String) and
makes those values available as other numeric types, casting as needed. strVal of the value is
not the int value, but its string (displayed) value-
Field Summary
FieldsFields inherited from class org.apache.lucene.queries.function.valuesource.FieldCacheSource
field -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription of field, used in explain()booleangetValues(Map<Object, Object> context, LeafReaderContext readerContext) Gets the values for this reader and the context that was previously passed to createWeight().inthashCode()private StringintValueToStringValue(Integer intVal) private IntegerstringValueToIntValue(String stringVal) private static IntegertryParseInt(String valueStr) 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
-
Field Details
-
DEFAULT_VALUE
-
enumIntToStringMap
-
enumStringToIntMap
-
-
Constructor Details
-
EnumFieldSource
-
-
Method Details
-
tryParseInt
-
intValueToStringValue
-
stringValueToIntValue
-
description
Description copied from class:ValueSourcedescription of field, used in explain()- Overrides:
descriptionin classFieldCacheSource
-
getValues
public FunctionValues getValues(Map<Object, Object> context, LeafReaderContext readerContext) throws IOExceptionDescription copied from class:ValueSourceGets the values for this reader and the context that was previously passed to createWeight(). The values must be consumed in a forward docID manner, and you must call this method again to iterate through the values again.- Specified by:
getValuesin classValueSource- Throws:
IOException
-
equals
- Overrides:
equalsin classFieldCacheSource
-
hashCode
public int hashCode()- Overrides:
hashCodein classFieldCacheSource
-