Module org.apache.lucene.facet
Package org.apache.lucene.facet
Class MultiDoubleValuesSource.LongDoubleValuesSource
java.lang.Object
org.apache.lucene.facet.MultiLongValuesSource
org.apache.lucene.facet.MultiDoubleValuesSource.LongDoubleValuesSource
- All Implemented Interfaces:
SegmentCacheable
- Enclosing class:
MultiDoubleValuesSource
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns aMultiLongValuesinstance for the passed-in LeafReaderContextinthashCode()booleantoString()Methods inherited from class org.apache.lucene.facet.MultiLongValuesSource
fromIntField, fromLongField, fromSingleValued, toMultiDoubleValuesSource, unwrapSingleton
-
Field Details
-
in
-
-
Constructor Details
-
LongDoubleValuesSource
LongDoubleValuesSource(MultiDoubleValuesSource in)
-
-
Method Details
-
getValues
Description copied from class:MultiLongValuesSourceReturns aMultiLongValuesinstance for the passed-in LeafReaderContext- Specified by:
getValuesin classMultiLongValuesSource- Throws:
IOException
-
isCacheable
- Returns:
trueif the object can be cached against a given leaf
-
hashCode
public int hashCode()- Specified by:
hashCodein classMultiLongValuesSource
-
equals
- Specified by:
equalsin classMultiLongValuesSource
-
toString
- Specified by:
toStringin classMultiLongValuesSource
-