Package | Description |
---|---|
org.apache.lucene.search.function |
Programmatic control over documents scores.
|
Modifier and Type | Class and Description |
---|---|
class |
FieldScoreQuery
A query that scores each document as the value of the numeric input field.
|
Constructor and Description |
---|
CustomScoreQuery(Query subQuery,
ValueSourceQuery... valSrcQueries)
Create a CustomScoreQuery over input subQuery and a
ValueSourceQuery . |
CustomScoreQuery(Query subQuery,
ValueSourceQuery valSrcQuery)
Create a CustomScoreQuery over input subQuery and a
ValueSourceQuery . |