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