|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ValueSourceQuery | |
|---|---|
| org.apache.lucene.search.function |
Programmatic control over documents scores. |
| Uses of ValueSourceQuery in org.apache.lucene.search.function |
|---|
| Subclasses of ValueSourceQuery in org.apache.lucene.search.function | |
|---|---|
class |
FieldScoreQuery
A query that scores each document as the value of the numeric input field. |
| Constructors in org.apache.lucene.search.function with parameters of type ValueSourceQuery | |
|---|---|
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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||