public class CachingDoubleValueSource extends DoubleValuesSource
SCORES| Constructor and Description |
|---|
CachingDoubleValueSource(DoubleValuesSource source) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Explanation |
explain(LeafReaderContext ctx,
int docId,
Explanation scoreExplanation) |
DoubleValues |
getValues(LeafReaderContext readerContext,
DoubleValues scores) |
int |
hashCode() |
boolean |
needsScores() |
String |
toString() |
constant, fromDoubleField, fromField, fromFloatField, fromIntField, fromLongField, fromScorer, getSortField, toLongValuesSourcepublic CachingDoubleValueSource(DoubleValuesSource source)
public String toString()
toString in class DoubleValuesSourcepublic DoubleValues getValues(LeafReaderContext readerContext, DoubleValues scores) throws IOException
getValues in class DoubleValuesSourceIOExceptionpublic boolean needsScores()
needsScores in class DoubleValuesSourcepublic Explanation explain(LeafReaderContext ctx, int docId, Explanation scoreExplanation) throws IOException
explain in class DoubleValuesSourceIOExceptionpublic boolean equals(Object o)
equals in class DoubleValuesSourcepublic int hashCode()
hashCode in class DoubleValuesSourceCopyright © 2000-2017 Apache Software Foundation. All Rights Reserved.