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, hashCode
getSortField, getValues, newContext, toString
public Function(ValueSource source)
public java.lang.String name()
name
in class SingleFunction
public DocValues getValues(java.util.Map context, org.apache.lucene.index.IndexReader reader) throws java.io.IOException
ValueSource
getValues
in class ValueSource
java.io.IOException