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
- Direct Known Subclasses:
MultiValuedLongFieldSource
Obtains long field values from
LeafReader.getNumericDocValues(java.lang.String) and makes those
values available as other numeric types, casting as needed.-
Field Summary
Fields inherited from class org.apache.lucene.queries.function.valuesource.FieldCacheSource
field -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription of field, used in explain()booleanlongexternalToLong(String extVal) protected NumericDocValuesgetNumericDocValues(Map context, LeafReaderContext readerContext) getSortField(boolean reverse) EXPERIMENTAL: This method is subject to change.getValues(Map context, LeafReaderContext readerContext) Gets the values for this reader and the context that was previously passed to createWeight().inthashCode()longToObject(long val) longToString(long val) protected MutableValueLongMethods inherited from class org.apache.lucene.queries.function.valuesource.FieldCacheSource
getFieldMethods inherited from class org.apache.lucene.queries.function.ValueSource
asDoubleValuesSource, asLongValuesSource, createWeight, fromDoubleValuesSource, newContext, toString
-
Constructor Details
-
LongFieldSource
-
-
Method Details
-
description
Description copied from class:ValueSourcedescription of field, used in explain()- Overrides:
descriptionin classFieldCacheSource
-
externalToLong
-
longToObject
-
longToString
-
getSortField
Description copied from class:ValueSourceEXPERIMENTAL: This method is subject to change.Get the SortField for this ValueSource. Uses the
ValueSource.getValues(java.util.Map, org.apache.lucene.index.LeafReaderContext)to populate the SortField.- Overrides:
getSortFieldin classValueSource- Parameters:
reverse- true if this is a reverse sort.- Returns:
- The
SortFieldfor the ValueSource
-
getValues
Description 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
-
getNumericDocValues
protected NumericDocValues getNumericDocValues(Map context, LeafReaderContext readerContext) throws IOException - Throws:
IOException
-
newMutableValueLong
-
equals
- Overrides:
equalsin classFieldCacheSource
-
hashCode
public int hashCode()- Overrides:
hashCodein classFieldCacheSource
-