|
||||||||||
| 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 java.lang.String |
BOOST
Deprecated. always return 1 |
static java.lang.String |
DOCUMENT
The Lucene document returned by a search. |
static java.lang.String |
DOCUMENT_ID
Lucene Document id Experimental: If you use this feature, please speak up in the forum Expert: Lucene document id can change overtime between 2 different IndexReader opening. |
static java.lang.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 java.lang.String |
ID
Object id property |
static java.lang.String |
OBJECT_CLASS
Represents the Hibernate entity class returned in a search. |
static java.lang.String |
SCORE
The legacy document's score from a search. |
static java.lang.String |
THIS
Represents the Hibernate entity returned in a search. |
| Field Detail |
|---|
static final java.lang.String THIS
static final java.lang.String DOCUMENT
static final java.lang.String SCORE
static final java.lang.String BOOST
static final java.lang.String ID
static final java.lang.String DOCUMENT_ID
static final java.lang.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 java.lang.String OBJECT_CLASS
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||