Interface ElasticsearchSearchHints
- All Superinterfaces:
BackendSearchHints
- All Known Implementing Classes:
ElasticsearchSearchHints_$bundle
@MessageBundle(projectCode="HSEARCH")
public interface ElasticsearchSearchHints
extends BackendSearchHints
-
Field Summary
FieldsFields inherited from interface org.hibernate.search.engine.backend.reporting.spi.BackendSearchHints
NONE -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface org.hibernate.search.engine.backend.reporting.spi.BackendSearchHints
documentReferenceProjectionNestingNotSupportedHint, entityProjectionNestingNotSupportedHint, entityReferenceProjectionNestingNotSupportedHint, explanationProjectionNestingNotSupportedHint, idProjectionNestingNotSupportedHint, scoreProjectionNestingNotSupportedHint
-
Field Details
-
INSTANCE
-
-
Method Details
-
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()
-