|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ProjectionConstants
Defined projection constants.
Field Summary | |
---|---|
static String |
DOCUMENT
The Lucene document returned by a search. |
static String |
DOCUMENT_ID
Lucene Document id. |
static String |
EXPLANATION
Lucene Explanation object describing the score computation for
the matching object/document
This feature is relatively expensive, do not use unless you return a limited
amount of objects (using pagination)
To retrieve explanation of a single result, consider retrieving DOCUMENT_ID
and using fullTextQuery.explain(int) |
static String |
ID
Object id property |
static String |
OBJECT_CLASS
Represents the Hibernate entity class returned in a search. |
static String |
SCORE
The legacy document's score from a search. |
static String |
THIS
Represents the Hibernate entity returned in a search. |
Field Detail |
---|
static final String THIS
static final String DOCUMENT
static final String SCORE
static final String ID
static final String DOCUMENT_ID
static final String EXPLANATION
Explanation
object describing the score computation for
the matching object/document
This feature is relatively expensive, do not use unless you return a limited
amount of objects (using pagination)
To retrieve explanation of a single result, consider retrieving DOCUMENT_ID
and using fullTextQuery.explain(int)
static final String OBJECT_CLASS
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |