class DoubleParser.Function extends SingleFunction
source| Constructor and Description |
|---|
Function(ValueSource source) |
| Modifier and Type | Method and Description |
|---|---|
DocValues |
getValues(java.util.Map context,
org.apache.lucene.index.IndexReader reader)
Gets the values for this reader and the context that was previously
passed to createWeight()
|
java.lang.String |
name() |
createWeight, description, equals, hashCodegetSortField, getValues, newContext, toStringpublic Function(ValueSource source)
public java.lang.String name()
name in class SingleFunctionpublic DocValues getValues(java.util.Map context, org.apache.lucene.index.IndexReader reader) throws java.io.IOException
ValueSourcegetValues in class ValueSourcejava.io.IOException