org.apache.lucene.queries.function.valuesource
Class NumericIndexDocValueSource

java.lang.Object
  extended by org.apache.lucene.queries.function.ValueSource
      extended by org.apache.lucene.queries.function.valuesource.NumericIndexDocValueSource

Deprecated. Use NumericDocValuesFieldSource instead.

public class NumericIndexDocValueSource
extends ValueSource

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

NumericIndexDocValueSource

public NumericIndexDocValueSource(String field)
Deprecated. 
Method Detail

getValues

public FunctionValues getValues(Map context,
                                AtomicReaderContext readerContext)
                         throws IOException
Deprecated. 
Description copied from class: ValueSource
Gets the values for this reader and the context that was previously passed to createWeight()

Specified by:
getValues in class ValueSource
Throws:
IOException

description

public String description()
Deprecated. 
Description copied from class: ValueSource
description of field, used in explain()

Specified by:
description in class ValueSource

hashCode

public int hashCode()
Deprecated. 
Specified by:
hashCode in class ValueSource

equals

public boolean equals(Object obj)
Deprecated. 
Specified by:
equals in class ValueSource

toString

public String toString()
Deprecated. 
Overrides:
toString in class ValueSource


Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.