Interface LuceneSearchHints
-
- All Superinterfaces:
BackendSearchHints
- All Known Implementing Classes:
LuceneSearchHints_$bundle
@MessageBundle(projectCode="HSEARCH") public interface LuceneSearchHints extends BackendSearchHints
-
-
Field Summary
Fields Modifier and Type Field Description static LuceneSearchHintsINSTANCE-
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 StringdocumentProjectionNestingNotSupportedHint()-
Methods inherited from interface org.hibernate.search.engine.backend.reporting.spi.BackendSearchHints
documentReferenceProjectionNestingNotSupportedHint, entityProjectionNestingNotSupportedHint, entityReferenceProjectionNestingNotSupportedHint, explanationProjectionNestingNotSupportedHint, idProjectionNestingNotSupportedHint, scoreProjectionNestingNotSupportedHint
-
-
-
-
Field Detail
-
INSTANCE
static final LuceneSearchHints INSTANCE
-
-
Method Detail
-
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()
-
-