Class DoubleFieldSource
java.lang.Object
org.apache.lucene.queries.function.ValueSource
org.apache.lucene.queries.function.valuesource.FieldCacheSource
org.apache.lucene.queries.function.valuesource.DoubleFieldSource
Obtains double field values from
FieldCache.getDoubles(org.apache.lucene.index.AtomicReader, java.lang.String, boolean) and makes
those values available as other numeric types, casting as needed.-
Constructor Summary
ConstructorsConstructorDescriptionDoubleFieldSource(String field) DoubleFieldSource(String field, FieldCache.DoubleParser parser) -
Method Summary
Modifier and TypeMethodDescriptiondescription of field, used in explain()booleangetValues(Map context, AtomicReaderContext readerContext) Gets the values for this reader and the context that was previously passed to createWeight()inthashCode()Methods inherited from class org.apache.lucene.queries.function.valuesource.FieldCacheSource
getField, getFieldCacheMethods inherited from class org.apache.lucene.queries.function.ValueSource
createWeight, getSortField, newContext, toString
-
Constructor Details
-
DoubleFieldSource
-
DoubleFieldSource
-
-
Method Details
-
description
Description copied from class:ValueSourcedescription of field, used in explain()- Overrides:
descriptionin classFieldCacheSource
-
getValues
Description copied from class:ValueSourceGets the values for this reader and the context that was previously passed to createWeight()- Specified by:
getValuesin classValueSource- Throws:
IOException
-
equals
- Overrides:
equalsin classFieldCacheSource
-
hashCode
public int hashCode()- Overrides:
hashCodein classFieldCacheSource
-