Namespace Lucene.Net.Queries.Function
Queries that compute score based upon a function
Classes
BoostedQuery
Query that is boosted by a Value
FunctionQuery
Returns a score for each document based on a Value
Note: This API is experimental and may change in non backward-compatible ways in the future
FunctionQuery.AllScorer
FunctionQuery.FunctionWeight
FunctionValues
Represents field values as different types.
Normally created via a Value
FunctionValues.ValueFiller
Abstraction of the logic required to fill the value of a specified doc into
a reusable Lucene.
Note
This API is experimental and might change in incompatible ways in the next release.
ValueSource
Instantiates Function
Often used when creating a Function
ValueSourceScorer
Lucene.