|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DocValues | |
---|---|
org.apache.solr.schema | |
org.apache.solr.search.function |
Uses of DocValues in org.apache.solr.schema |
---|
Methods in org.apache.solr.schema that return DocValues | |
---|---|
DocValues |
RandomSortField.RandomValueSource.getValues(IndexReader reader)
|
Uses of DocValues in org.apache.solr.search.function |
---|
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 float |
PowFloatFunction.func(int doc,
DocValues aVals,
DocValues bVals)
|
protected float |
DivFloatFunction.func(int doc,
DocValues aVals,
DocValues bVals)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |