Package | Description |
---|---|
org.apache.solr.schema | |
org.apache.solr.search | |
org.apache.solr.search.function | |
org.apache.solr.search.function.distance |
Modifier and Type | Field and Description |
---|---|
(package private) DocValues |
SpatialDistanceQuery.SpatialScorer.latVals |
(package private) DocValues |
SpatialDistanceQuery.SpatialScorer.lonVals |
Modifier and Type | Method and Description |
---|---|
DocValues |
SortableLongFieldSource.getValues(java.util.Map context,
org.apache.lucene.index.IndexReader reader) |
DocValues |
SortableIntFieldSource.getValues(java.util.Map context,
org.apache.lucene.index.IndexReader reader) |
DocValues |
CurrencyField.CurrencyValueSource.getValues(java.util.Map context,
org.apache.lucene.index.IndexReader reader) |
DocValues |
StrFieldSource.getValues(java.util.Map context,
org.apache.lucene.index.IndexReader reader) |
DocValues |
RandomSortField.RandomValueSource.getValues(java.util.Map context,
org.apache.lucene.index.IndexReader reader) |
DocValues |
DateFieldSource.getValues(java.util.Map context,
org.apache.lucene.index.IndexReader reader) |
DocValues |
SortableDoubleFieldSource.getValues(java.util.Map context,
org.apache.lucene.index.IndexReader reader) |
DocValues |
SortableFloatFieldSource.getValues(java.util.Map context,
org.apache.lucene.index.IndexReader reader) |
Modifier and Type | Method and Description |
---|---|
DocValues |
LongConstValueSource.getValues(java.util.Map context,
org.apache.lucene.index.IndexReader reader) |
DocValues |
DoubleParser.Function.getValues(java.util.Map context,
org.apache.lucene.index.IndexReader reader) |
DocValues |
Double2Parser.Function.getValues(java.util.Map context,
org.apache.lucene.index.IndexReader reader) |
Modifier and Type | Method and Description |
---|---|
abstract double |
DoubleParser.func(int doc,
DocValues vals) |
abstract double |
Double2Parser.func(int doc,
DocValues a,
DocValues b) |
Modifier and Type | Class and Description |
---|---|
(package private) class |
QueryDocValues |
class |
StringIndexDocValues
Internal class, subject to change.
|
Modifier and Type | Field and Description |
---|---|
private DocValues |
ValueSource.ValueSourceComparator.docVals |
private DocValues |
BoostedQuery.CustomScorer.vals |
(package private) DocValues |
FunctionQuery.AllScorer.vals |
protected DocValues |
ValueSourceScorer.values |
Modifier and Type | Method and Description |
---|---|
DocValues |
ValueSource.getValues(org.apache.lucene.index.IndexReader reader)
Deprecated.
|
DocValues |
QueryValueSource.getValues(java.util.Map context,
org.apache.lucene.index.IndexReader reader) |
DocValues |
LongFieldSource.getValues(java.util.Map context,
org.apache.lucene.index.IndexReader reader) |
DocValues |
FloatFieldSource.getValues(java.util.Map context,
org.apache.lucene.index.IndexReader reader) |
DocValues |
ValueSource.getValues(java.util.Map context,
org.apache.lucene.index.IndexReader reader)
Gets the values for this reader and the context that was previously
passed to createWeight()
|
DocValues |
FileFloatSource.getValues(java.util.Map context,
org.apache.lucene.index.IndexReader reader) |
DocValues |
LinearFloatFunction.getValues(java.util.Map context,
org.apache.lucene.index.IndexReader reader) |
DocValues |
OrdFieldSource.getValues(java.util.Map context,
org.apache.lucene.index.IndexReader reader) |
DocValues |
TopValueSource.getValues(java.util.Map context,
org.apache.lucene.index.IndexReader reader) |
DocValues |
VectorValueSource.getValues(java.util.Map context,
org.apache.lucene.index.IndexReader reader) |
DocValues |
ConstValueSource.getValues(java.util.Map context,
org.apache.lucene.index.IndexReader reader) |
DocValues |
SimpleFloatFunction.getValues(java.util.Map context,
org.apache.lucene.index.IndexReader reader) |
DocValues |
RangeMapFloatFunction.getValues(java.util.Map context,
org.apache.lucene.index.IndexReader reader) |
DocValues |
DualFloatFunction.getValues(java.util.Map context,
org.apache.lucene.index.IndexReader reader) |
DocValues |
DoubleFieldSource.getValues(java.util.Map context,
org.apache.lucene.index.IndexReader reader) |
DocValues |
ReciprocalFloatFunction.getValues(java.util.Map context,
org.apache.lucene.index.IndexReader reader) |
DocValues |
IntFieldSource.getValues(java.util.Map context,
org.apache.lucene.index.IndexReader reader) |
DocValues |
ReverseOrdFieldSource.getValues(java.util.Map context,
org.apache.lucene.index.IndexReader reader) |
DocValues |
ByteFieldSource.getValues(java.util.Map context,
org.apache.lucene.index.IndexReader reader) |
DocValues |
ScaleFloatFunction.getValues(java.util.Map context,
org.apache.lucene.index.IndexReader reader) |
DocValues |
DoubleConstValueSource.getValues(java.util.Map context,
org.apache.lucene.index.IndexReader reader) |
DocValues |
LiteralValueSource.getValues(java.util.Map context,
org.apache.lucene.index.IndexReader reader) |
DocValues |
ShortFieldSource.getValues(java.util.Map context,
org.apache.lucene.index.IndexReader reader) |
DocValues |
MultiFloatFunction.getValues(java.util.Map context,
org.apache.lucene.index.IndexReader reader) |
Modifier and Type | Method and Description |
---|---|
protected abstract float |
SimpleFloatFunction.func(int doc,
DocValues vals) |
protected float |
MinFloatFunction.func(int doc,
DocValues[] valsArr) |
protected float |
SumFloatFunction.func(int doc,
DocValues[] valsArr) |
protected float |
MaxFloatFunction.func(int doc,
DocValues[] valsArr) |
protected float |
ProductFloatFunction.func(int doc,
DocValues[] valsArr) |
protected abstract float |
MultiFloatFunction.func(int doc,
DocValues[] valsArr) |
protected float |
DivFloatFunction.func(int doc,
DocValues aVals,
DocValues bVals) |
protected abstract float |
DualFloatFunction.func(int doc,
DocValues aVals,
DocValues bVals) |
protected float |
PowFloatFunction.func(int doc,
DocValues aVals,
DocValues bVals) |
Constructor and Description |
---|
ValueSourceScorer(org.apache.lucene.index.IndexReader reader,
DocValues values) |
Modifier and Type | Method and Description |
---|---|
DocValues |
GeohashFunction.getValues(java.util.Map context,
org.apache.lucene.index.IndexReader reader) |
DocValues |
StringDistanceFunction.getValues(java.util.Map context,
org.apache.lucene.index.IndexReader reader) |
DocValues |
VectorDistanceFunction.getValues(java.util.Map context,
org.apache.lucene.index.IndexReader reader) |
DocValues |
HaversineFunction.getValues(java.util.Map context,
org.apache.lucene.index.IndexReader reader) |
DocValues |
GeohashHaversineFunction.getValues(java.util.Map context,
org.apache.lucene.index.IndexReader reader) |
DocValues |
HaversineConstFunction.getValues(java.util.Map context,
org.apache.lucene.index.IndexReader reader) |
Modifier and Type | Method and Description |
---|---|
protected double |
SquaredEuclideanFunction.distance(int doc,
DocValues dv1,
DocValues dv2) |
protected double |
VectorDistanceFunction.distance(int doc,
DocValues dv1,
DocValues dv2)
Calculate the distance
|
protected double |
HaversineFunction.distance(int doc,
DocValues p1DV,
DocValues p2DV) |
protected double |
GeohashHaversineFunction.distance(int doc,
DocValues gh1DV,
DocValues gh2DV) |