public class ReciprocalDoubleValuesSource extends DoubleValuesSource
SCORES| Constructor and Description |
|---|
ReciprocalDoubleValuesSource(double distToEdge,
DoubleValuesSource input)
Creates a ReciprocalDoubleValuesSource
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Explanation |
explain(LeafReaderContext ctx,
int docId,
Explanation scoreExplanation) |
DoubleValues |
getValues(LeafReaderContext ctx,
DoubleValues scores) |
int |
hashCode() |
boolean |
isCacheable(LeafReaderContext ctx) |
boolean |
needsScores() |
DoubleValuesSource |
rewrite(IndexSearcher searcher) |
String |
toString() |
constant, fromDoubleField, fromField, fromFloatField, fromIntField, fromLongField, fromQuery, fromScorer, getSortField, toLongValuesSourcepublic ReciprocalDoubleValuesSource(double distToEdge,
DoubleValuesSource input)
distToEdge - the value k in v = k / (v + k)input - the input DoubleValuesSource to transformpublic DoubleValues getValues(LeafReaderContext ctx, DoubleValues scores) throws IOException
getValues in class DoubleValuesSourceIOExceptionpublic boolean needsScores()
needsScores in class DoubleValuesSourcepublic boolean isCacheable(LeafReaderContext ctx)
public Explanation explain(LeafReaderContext ctx, int docId, Explanation scoreExplanation) throws IOException
explain in class DoubleValuesSourceIOExceptionpublic DoubleValuesSource rewrite(IndexSearcher searcher) throws IOException
rewrite in class DoubleValuesSourceIOExceptionpublic boolean equals(Object o)
equals in class DoubleValuesSourcepublic int hashCode()
hashCode in class DoubleValuesSourcepublic String toString()
toString in class DoubleValuesSourceCopyright © 2000-2024 Apache Software Foundation. All Rights Reserved.