public abstract class SingleDoubleFunction extends ValueSource
ValueSource implementation which wraps one ValueSource
and applies an extendible double function to its values.| Modifier and Type | Field and Description |
|---|---|
protected ValueSource |
source |
| Constructor and Description |
|---|
SingleDoubleFunction(ValueSource source) |
| Modifier and Type | Method and Description |
|---|---|
String |
description() |
boolean |
equals(Object o) |
FunctionValues |
getValues(Map context,
LeafReaderContext readerContext) |
int |
hashCode() |
createWeight, getSortField, newContext, toStringprotected final ValueSource source
public SingleDoubleFunction(ValueSource source)
public String description()
description in class ValueSourcepublic FunctionValues getValues(Map context, LeafReaderContext readerContext) throws IOException
getValues in class ValueSourceIOExceptionpublic boolean equals(Object o)
equals in class ValueSourcepublic int hashCode()
hashCode in class ValueSourceCopyright © 2000-2016 Apache Software Foundation. All Rights Reserved.