public interface ProjectionConstants
Modifier and Type | Field and Description |
---|---|
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 |
SPATIAL_DISTANCE
Represents the distance between an entity and the center of the search radius in case of a spatial query
|
static String |
THIS
Represents the Hibernate entity returned in a search.
|
static final String THIS
static final String DOCUMENT
static final String SCORE
static final String ID
static final String DOCUMENT_ID
Expert: Lucene document id can change overtime between 2 different IndexReader opening.
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
static final String SPATIAL_DISTANCE
Copyright © 2006-2017 Red Hat, Inc. All Rights Reserved