|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.lucene.queries.function.ValueSource
org.apache.lucene.queries.function.valuesource.NumericIndexDocValueSource
NumericDocValuesFieldSource
instead.
public class NumericIndexDocValueSource
Expert: obtains numeric field values from a FunctionValues
field.
This ValueSource
is compatible with all numerical
FunctionValues
Constructor Summary | |
---|---|
NumericIndexDocValueSource(String field)
Deprecated. |
Method Summary | |
---|---|
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. |
Methods inherited from class org.apache.lucene.queries.function.ValueSource |
---|
createWeight, getSortField, newContext |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public NumericIndexDocValueSource(String field)
Method Detail |
---|
public FunctionValues getValues(Map context, AtomicReaderContext readerContext) throws IOException
ValueSource
getValues
in class ValueSource
IOException
public String description()
ValueSource
description
in class ValueSource
public int hashCode()
hashCode
in class ValueSource
public boolean equals(Object obj)
equals
in class ValueSource
public String toString()
toString
in class ValueSource
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |