Interface LuceneSearchHints
- All Superinterfaces:
BackendSearchHints
- All Known Implementing Classes:
LuceneSearchHints_$bundle
-
Field Summary
FieldsFields inherited from interface org.hibernate.search.engine.backend.reporting.spi.BackendSearchHints
NONE -
Method Summary
Methods inherited from interface org.hibernate.search.engine.backend.reporting.spi.BackendSearchHints
documentReferenceProjectionNestingNotSupportedHint, entityProjectionNestingNotSupportedHint, entityReferenceProjectionNestingNotSupportedHint, explanationProjectionNestingNotSupportedHint, idProjectionNestingNotSupportedHint, scoreProjectionNestingNotSupportedHint
-
Field Details
-
INSTANCE
-
-
Method Details
-
documentProjectionNestingNotSupportedHint
@Message("A document projection represents a root document and adding it as a part of the nested object projection might produce misleading results.") String documentProjectionNestingNotSupportedHint()
-