NumericDocValuesFieldSource instead.public class NumericIndexDocValueSource extends ValueSource
FunctionValues field.
This ValueSource is compatible with all numerical
FunctionValues| Constructor and Description |
|---|
NumericIndexDocValueSource(String field)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
description()
Deprecated.
description of field, used in explain()
|
boolean |
equals(Object obj)
Deprecated.
|
FunctionValues |
getValues(Map context,
AtomicReaderContext readerContext)
Deprecated.
Gets the values for this reader and the context that was previously
passed to createWeight()
|
int |
hashCode()
Deprecated.
|
String |
toString()
Deprecated.
|
createWeight, getSortField, newContextpublic NumericIndexDocValueSource(String field)
public FunctionValues getValues(Map context, AtomicReaderContext readerContext) throws IOException
ValueSourcegetValues in class ValueSourceIOExceptionpublic String description()
ValueSourcedescription in class ValueSourcepublic int hashCode()
hashCode in class ValueSourcepublic boolean equals(Object obj)
equals in class ValueSourcepublic String toString()
toString in class ValueSourceCopyright © 2000-2013 Apache Software Foundation. All Rights Reserved.