|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DocValues | |
---|---|
org.apache.solr.schema | |
org.apache.solr.search.function | |
org.apache.solr.search.function.distance |
Uses of DocValues in org.apache.solr.schema |
---|
Methods in org.apache.solr.schema that return DocValues | |
---|---|
DocValues |
StrFieldSource.getValues(Map context,
IndexReader reader)
|
DocValues |
RandomSortField.RandomValueSource.getValues(Map context,
IndexReader reader)
|
Uses of DocValues in org.apache.solr.search.function |
---|
Subclasses of DocValues in org.apache.solr.search.function | |
---|---|
class |
StringIndexDocValues
Internal class, subject to change. |
Fields in org.apache.solr.search.function declared as DocValues | |
---|---|
protected DocValues |
ValueSourceScorer.values
|
Methods in org.apache.solr.search.function that return DocValues | |
---|---|
DocValues |
ValueSource.getValues(IndexReader reader)
Deprecated. |
DocValues |
ByteFieldSource.getValues(Map context,
IndexReader reader)
|
DocValues |
ConstValueSource.getValues(Map context,
IndexReader reader)
|
DocValues |
MultiFloatFunction.getValues(Map context,
IndexReader reader)
|
DocValues |
VectorValueSource.getValues(Map context,
IndexReader reader)
|
DocValues |
OrdFieldSource.getValues(Map context,
IndexReader reader)
|
DocValues |
QueryValueSource.getValues(Map context,
IndexReader reader)
|
DocValues |
TopValueSource.getValues(Map context,
IndexReader reader)
|
DocValues |
ShortFieldSource.getValues(Map context,
IndexReader reader)
|
DocValues |
SimpleFloatFunction.getValues(Map context,
IndexReader reader)
|
DocValues |
ReciprocalFloatFunction.getValues(Map context,
IndexReader reader)
|
DocValues |
LinearFloatFunction.getValues(Map context,
IndexReader reader)
|
DocValues |
ReverseOrdFieldSource.getValues(Map context,
IndexReader reader)
|
DocValues |
FileFloatSource.getValues(Map context,
IndexReader reader)
|
DocValues |
IntFieldSource.getValues(Map context,
IndexReader reader)
|
DocValues |
LiteralValueSource.getValues(Map context,
IndexReader reader)
|
DocValues |
FloatFieldSource.getValues(Map context,
IndexReader reader)
|
DocValues |
DualFloatFunction.getValues(Map context,
IndexReader reader)
|
DocValues |
ValueSource.getValues(Map context,
IndexReader reader)
Gets the values for this reader and the context that was previously passed to createWeight() |
DocValues |
DoubleConstValueSource.getValues(Map context,
IndexReader reader)
|
DocValues |
ScaleFloatFunction.getValues(Map context,
IndexReader reader)
|
DocValues |
RangeMapFloatFunction.getValues(Map context,
IndexReader reader)
|
DocValues |
LongFieldSource.getValues(Map context,
IndexReader reader)
|
DocValues |
DoubleFieldSource.getValues(Map context,
IndexReader reader)
|
Methods in org.apache.solr.search.function with parameters of type DocValues | |
---|---|
protected abstract float |
SimpleFloatFunction.func(int doc,
DocValues vals)
|
protected abstract float |
MultiFloatFunction.func(int doc,
DocValues[] valsArr)
|
protected float |
ProductFloatFunction.func(int doc,
DocValues[] valsArr)
|
protected float |
MaxFloatFunction.func(int doc,
DocValues[] valsArr)
|
protected float |
SumFloatFunction.func(int doc,
DocValues[] valsArr)
|
protected float |
MinFloatFunction.func(int doc,
DocValues[] valsArr)
|
protected float |
PowFloatFunction.func(int doc,
DocValues aVals,
DocValues bVals)
|
protected abstract float |
DualFloatFunction.func(int doc,
DocValues aVals,
DocValues bVals)
|
protected float |
DivFloatFunction.func(int doc,
DocValues aVals,
DocValues bVals)
|
Constructors in org.apache.solr.search.function with parameters of type DocValues | |
---|---|
ValueSourceScorer(IndexReader reader,
DocValues values)
|
Uses of DocValues in org.apache.solr.search.function.distance |
---|
Methods in org.apache.solr.search.function.distance that return DocValues | |
---|---|
DocValues |
HaversineFunction.getValues(Map context,
IndexReader reader)
|
DocValues |
HaversineConstFunction.getValues(Map context,
IndexReader reader)
|
DocValues |
VectorDistanceFunction.getValues(Map context,
IndexReader reader)
|
DocValues |
GeohashFunction.getValues(Map context,
IndexReader reader)
|
DocValues |
StringDistanceFunction.getValues(Map context,
IndexReader reader)
|
DocValues |
GeohashHaversineFunction.getValues(Map context,
IndexReader reader)
|
Methods in org.apache.solr.search.function.distance with parameters of type DocValues | |
---|---|
protected double |
HaversineFunction.distance(int doc,
DocValues p1DV,
DocValues p2DV)
|
protected double |
VectorDistanceFunction.distance(int doc,
DocValues dv1,
DocValues dv2)
Calculate the distance |
protected double |
SquaredEuclideanFunction.distance(int doc,
DocValues dv1,
DocValues dv2)
|
protected double |
GeohashHaversineFunction.distance(int doc,
DocValues gh1DV,
DocValues gh2DV)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |