Methods in org.apache.solr.search.function that return DocValues |
DocValues |
ValueSource.getValues(org.apache.lucene.index.IndexReader reader)
Deprecated. |
DocValues |
FileFloatSource.getValues(Map context,
org.apache.lucene.index.IndexReader reader)
|
DocValues |
SimpleFloatFunction.getValues(Map context,
org.apache.lucene.index.IndexReader reader)
|
DocValues |
ByteFieldSource.getValues(Map context,
org.apache.lucene.index.IndexReader reader)
|
DocValues |
LongFieldSource.getValues(Map context,
org.apache.lucene.index.IndexReader reader)
|
DocValues |
IntFieldSource.getValues(Map context,
org.apache.lucene.index.IndexReader reader)
|
DocValues |
ScaleFloatFunction.getValues(Map context,
org.apache.lucene.index.IndexReader reader)
|
DocValues |
VectorValueSource.getValues(Map context,
org.apache.lucene.index.IndexReader reader)
|
DocValues |
ValueSource.getValues(Map context,
org.apache.lucene.index.IndexReader reader)
Gets the values for this reader and the context that was previously
passed to createWeight() |
DocValues |
QueryValueSource.getValues(Map context,
org.apache.lucene.index.IndexReader reader)
|
DocValues |
MultiFloatFunction.getValues(Map context,
org.apache.lucene.index.IndexReader reader)
|
DocValues |
DoubleConstValueSource.getValues(Map context,
org.apache.lucene.index.IndexReader reader)
|
DocValues |
RangeMapFloatFunction.getValues(Map context,
org.apache.lucene.index.IndexReader reader)
|
DocValues |
ReciprocalFloatFunction.getValues(Map context,
org.apache.lucene.index.IndexReader reader)
|
DocValues |
LinearFloatFunction.getValues(Map context,
org.apache.lucene.index.IndexReader reader)
|
DocValues |
TopValueSource.getValues(Map context,
org.apache.lucene.index.IndexReader reader)
|
DocValues |
LiteralValueSource.getValues(Map context,
org.apache.lucene.index.IndexReader reader)
|
DocValues |
OrdFieldSource.getValues(Map context,
org.apache.lucene.index.IndexReader reader)
|
DocValues |
ShortFieldSource.getValues(Map context,
org.apache.lucene.index.IndexReader reader)
|
DocValues |
ReverseOrdFieldSource.getValues(Map context,
org.apache.lucene.index.IndexReader reader)
|
DocValues |
DualFloatFunction.getValues(Map context,
org.apache.lucene.index.IndexReader reader)
|
DocValues |
FloatFieldSource.getValues(Map context,
org.apache.lucene.index.IndexReader reader)
|
DocValues |
DoubleFieldSource.getValues(Map context,
org.apache.lucene.index.IndexReader reader)
|
DocValues |
ConstValueSource.getValues(Map context,
org.apache.lucene.index.IndexReader reader)
|
Methods in org.apache.solr.search.function with parameters of type DocValues |
protected abstract float |
SimpleFloatFunction.func(int doc,
DocValues vals)
|
protected float |
SumFloatFunction.func(int doc,
DocValues[] valsArr)
|
protected float |
ProductFloatFunction.func(int doc,
DocValues[] valsArr)
|
protected abstract float |
MultiFloatFunction.func(int doc,
DocValues[] valsArr)
|
protected float |
MaxFloatFunction.func(int doc,
DocValues[] valsArr)
|
protected float |
MinFloatFunction.func(int doc,
DocValues[] valsArr)
|
protected float |
PowFloatFunction.func(int doc,
DocValues aVals,
DocValues bVals)
|
protected float |
DivFloatFunction.func(int doc,
DocValues aVals,
DocValues bVals)
|
protected abstract float |
DualFloatFunction.func(int doc,
DocValues aVals,
DocValues bVals)
|