|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.lucene.search.function.FieldScoreQuery.Type
public static class FieldScoreQuery.Type
Type of score field, indicating how field values are interpreted/parsed.
The type selected at search search time should match the data stored in the field. Different types have different RAM requirements:
BYTE
consumes 1 * maxDocs bytes.SHORT
consumes 2 * maxDocs bytes.INT
consumes 4 * maxDocs bytes.FLOAT
consumes 8 * maxDocs bytes.
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()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final FieldScoreQuery.Type BYTE
public static final FieldScoreQuery.Type SHORT
public static final FieldScoreQuery.Type INT
public static final FieldScoreQuery.Type FLOAT
Method Detail |
---|
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |