See: Description
Class | Description |
---|---|
BoostedQuery |
Query that is boosted by a ValueSource
|
FunctionQuery |
Returns a score for each document based on a ValueSource,
often some function of the value of a field.
|
FunctionRangeQuery |
A Query wrapping a
ValueSource that matches docs in which the values in the value source match a configured
range. |
FunctionValues |
Represents field values as different types.
|
FunctionValues.ValueFiller |
Abstraction of the logic required to fill the value of a specified doc into
a reusable
MutableValue . |
ValueSource |
Instantiates
FunctionValues for a particular reader. |
ValueSourceScorer |
Scorer which returns the result of FunctionValues.floatVal(int) as
the score for a document, and which filters out documents that don't match ValueSourceScorer.matches(int) . |
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.