Module org.apache.lucene.facet
Package org.apache.lucene.facet
Class MultiLongValuesSource.SingleValuedAsMultiValued
java.lang.Object
org.apache.lucene.facet.MultiLongValuesSource
org.apache.lucene.facet.MultiLongValuesSource.SingleValuedAsMultiValued
- All Implemented Interfaces:
SegmentCacheable
- Enclosing class:
MultiLongValuesSource
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Returns aMultiLongValues
instance for the passed-in LeafReaderContextint
hashCode()
boolean
toString()
Methods inherited from class org.apache.lucene.facet.MultiLongValuesSource
fromIntField, fromLongField, fromSingleValued, toMultiDoubleValuesSource, unwrapSingleton
-
Field Details
-
in
-
-
Constructor Details
-
SingleValuedAsMultiValued
SingleValuedAsMultiValued(LongValuesSource in)
-
-
Method Details
-
getValues
Description copied from class:MultiLongValuesSource
Returns aMultiLongValues
instance for the passed-in LeafReaderContext- Specified by:
getValues
in classMultiLongValuesSource
- Throws:
IOException
-
isCacheable
- Returns:
true
if the object can be cached against a given leaf
-
hashCode
public int hashCode()- Specified by:
hashCode
in classMultiLongValuesSource
-
equals
- Specified by:
equals
in classMultiLongValuesSource
-
toString
- Specified by:
toString
in classMultiLongValuesSource
-