Module org.apache.lucene.facet
Package org.apache.lucene.facet
Class MultiDoubleValuesSource.SortableMultiLongValuesSource
java.lang.Object
org.apache.lucene.facet.MultiLongValuesSource
org.apache.lucene.facet.MultiDoubleValuesSource.SortableMultiLongValuesSource
- All Implemented Interfaces:
SegmentCacheable
- Enclosing class:
MultiDoubleValuesSource
private static class MultiDoubleValuesSource.SortableMultiLongValuesSource
extends MultiLongValuesSource
-
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
-
inner
MultiDoubleValuesSource inner
-
-
Constructor Details
-
SortableMultiLongValuesSource
SortableMultiLongValuesSource(MultiDoubleValuesSource inner)
-
-
Method Details
-
isCacheable
- Returns:
trueif the object can be cached against a given leaf
-
getValues
Description copied from class:MultiLongValuesSourceReturns aMultiLongValuesinstance for the passed-in LeafReaderContext- Specified by:
getValuesin classMultiLongValuesSource- Throws:
IOException
-
hashCode
public int hashCode()- Specified by:
hashCodein classMultiLongValuesSource
-
equals
- Specified by:
equalsin classMultiLongValuesSource
-
toString
- Specified by:
toStringin classMultiLongValuesSource
-