Interface ElasticsearchSearchHints
-
- All Superinterfaces:
BackendSearchHints
- All Known Implementing Classes:
ElasticsearchSearchHints_$bundle
@MessageBundle(projectCode="HSEARCH") public interface ElasticsearchSearchHints extends BackendSearchHints
-
-
Field Summary
Fields Modifier and Type Field Description static ElasticsearchSearchHintsINSTANCE-
Fields inherited from interface org.hibernate.search.engine.backend.reporting.spi.BackendSearchHints
NONE
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringjsonHitProjectionNestingNotSupportedHint()StringsourceProjectionNestingNotSupportedHint()-
Methods inherited from interface org.hibernate.search.engine.backend.reporting.spi.BackendSearchHints
documentReferenceProjectionNestingNotSupportedHint, entityProjectionNestingNotSupportedHint, entityReferenceProjectionNestingNotSupportedHint, explanationProjectionNestingNotSupportedHint, idProjectionNestingNotSupportedHint, scoreProjectionNestingNotSupportedHint
-
-
-
-
Field Detail
-
INSTANCE
static final ElasticsearchSearchHints INSTANCE
-
-
Method Detail
-
jsonHitProjectionNestingNotSupportedHint
@Message("A JSON hit projection represents a root hit object and adding it as a part of the nested object projection might produce misleading results.") String jsonHitProjectionNestingNotSupportedHint()
-
sourceProjectionNestingNotSupportedHint
@Message("A source projection represents a root source object and adding it as a part of the nested object projection might produce misleading results.") String sourceProjectionNestingNotSupportedHint()
-
-