org.apache.lucene.search.function
public static class FieldScoreQuery.Type extends Object
The type selected at search search time should match the data stored in the field. Different types have different RAM requirements:
Field Summary | |
---|---|
static FieldScoreQuery.Type | BYTE field values are interpreted as numeric byte values. |
static FieldScoreQuery.Type | FLOAT field values are interpreted as numeric float values. |
static FieldScoreQuery.Type | INT field values are interpreted as numeric int values. |
static FieldScoreQuery.Type | SHORT field values are interpreted as numeric short values. |
Method Summary | |
---|---|
String | toString() |