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.TypeFieldScoreQuery.Type. BYTEfield values are interpreted as numeric byte values.static FieldScoreQuery.TypeFieldScoreQuery.Type. FLOATfield values are interpreted as numeric float values.static FieldScoreQuery.TypeFieldScoreQuery.Type. INTfield values are interpreted as numeric int values.static FieldScoreQuery.TypeFieldScoreQuery.Type. SHORTfield 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.
-