Class LongFieldSource
java.lang.Object
org.apache.lucene.queries.function.ValueSource
org.apache.lucene.queries.function.valuesource.FieldCacheSource
org.apache.lucene.queries.function.valuesource.LongFieldSource
Obtains long field values from
FieldCache.getLongs(org.apache.lucene.index.AtomicReader, java.lang.String, boolean)
and makes those
values available as other numeric types, casting as needed.-
Constructor Summary
ConstructorsConstructorDescriptionLongFieldSource
(String field) LongFieldSource
(String field, FieldCache.LongParser parser) -
Method Summary
Modifier and TypeMethodDescriptiondescription of field, used in explain()boolean
long
externalToLong
(String extVal) getValues
(Map context, AtomicReaderContext readerContext) Gets the values for this reader and the context that was previously passed to createWeight()int
hashCode()
longToObject
(long val) longToString
(long val) Methods inherited from class org.apache.lucene.queries.function.valuesource.FieldCacheSource
getField, getFieldCache
Methods inherited from class org.apache.lucene.queries.function.ValueSource
createWeight, getSortField, newContext, toString
-
Constructor Details
-
LongFieldSource
-
LongFieldSource
-
-
Method Details
-
description
Description copied from class:ValueSource
description of field, used in explain()- Overrides:
description
in classFieldCacheSource
-
externalToLong
-
longToObject
-
longToString
-
getValues
Description copied from class:ValueSource
Gets the values for this reader and the context that was previously passed to createWeight()- Specified by:
getValues
in classValueSource
- Throws:
IOException
-
equals
- Overrides:
equals
in classFieldCacheSource
-
hashCode
public int hashCode()- Overrides:
hashCode
in classFieldCacheSource
-