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