|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FieldScoreQuery.Type | |
|---|---|
| org.apache.lucene.search.function |
Programmatic control over documents scores. |
| Uses of FieldScoreQuery.Type in org.apache.lucene.search.function |
|---|
| Fields in org.apache.lucene.search.function declared as FieldScoreQuery.Type | |
|---|---|
static FieldScoreQuery.Type |
FieldScoreQuery.Type.BYTE
field values are interpreted as numeric byte values. |
static FieldScoreQuery.Type |
FieldScoreQuery.Type.FLOAT
field values are interpreted as numeric float values. |
static FieldScoreQuery.Type |
FieldScoreQuery.Type.INT
field values are interpreted as numeric int values. |
static FieldScoreQuery.Type |
FieldScoreQuery.Type.SHORT
field values are interpreted as numeric short values. |
| Constructors in org.apache.lucene.search.function with parameters of type FieldScoreQuery.Type | |
|---|---|
FieldScoreQuery(String field,
FieldScoreQuery.Type type)
Create a FieldScoreQuery - a query that scores each document as the value of the numeric input field. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||