Uses of Class
org.apache.lucene.search.function.FieldScoreQuery.Type
-
Packages that use FieldScoreQuery.Type Package Description 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 Modifier and Type Field Description 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 Constructor Description FieldScoreQuery(String field, FieldScoreQuery.Type type)
Create a FieldScoreQuery - a query that scores each document as the value of the numeric input field.
-