Package | Description |
---|---|
org.apache.solr.schema | |
org.apache.solr.search | |
org.apache.solr.search.function | |
org.apache.solr.search.function.distance |
Class and Description |
---|
DocValues
Represents field values as different types.
|
FieldCacheSource
A base class for ValueSource implementations that retrieve values for
a single field from the
FieldCache . |
LongFieldSource
Obtains float field values from the
FieldCache
using getFloats()
and makes those values available as other numeric types, casting as needed. |
MultiValueSource
A
ValueSource that abstractly represents ValueSource s for
poly fields, and other things. |
ValueSource
Instantiates
DocValues for a particular reader. |
VectorValueSource
Converts individual ValueSource instances to leverage the DocValues *Val functions that work with multiple values,
i.e.
|
Class and Description |
---|
ConstNumberSource
ConstNumberSource is the base class for all constant numbers |
DocValues
Represents field values as different types.
|
FunctionQuery
Returns a score for each document based on a ValueSource,
often some function of the value of a field.
|
MultiValueSource
A
ValueSource that abstractly represents ValueSource s for
poly fields, and other things. |
SingleFunction
A function with a single argument
|
ValueSource
Instantiates
DocValues for a particular reader. |
ValueSourceRangeFilter
RangeFilter over a ValueSource.
|
ValueSourceScorer |
Class and Description |
---|
BoostedQuery.BoostedWeight |
ConstNumberSource
ConstNumberSource is the base class for all constant numbers |
DocValues
Represents field values as different types.
|
DualFloatFunction |
FieldCacheSource
A base class for ValueSource implementations that retrieve values for
a single field from the
FieldCache . |
FileFloatSource
Obtains float field values from an external file.
|
FileFloatSource.Cache
Internal cache.
|
FunctionQuery.FunctionWeight |
MultiFloatFunction |
MultiValueSource
A
ValueSource that abstractly represents ValueSource s for
poly fields, and other things. |
SingleFunction
A function with a single argument
|
ValueSource
Instantiates
DocValues for a particular reader. |
ValueSourceScorer |
Class and Description |
---|
DocValues
Represents field values as different types.
|
MultiValueSource
A
ValueSource that abstractly represents ValueSource s for
poly fields, and other things. |
ValueSource
Instantiates
DocValues for a particular reader. |
VectorValueSource
Converts individual ValueSource instances to leverage the DocValues *Val functions that work with multiple values,
i.e.
|