Interface BackendSearchHints
@MessageBundle(projectCode="HSEARCH")
public interface BackendSearchHints
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescription
-
Field Details
-
NONE
-
-
Method Details
-
idProjectionNestingNotSupportedHint
@Message("An ID projection represents the document ID and adding it as a part of the nested object projection might produce misleading results since it is always a root document ID and not a nested object ID.") String idProjectionNestingNotSupportedHint() -
documentReferenceProjectionNestingNotSupportedHint
@Message("A document reference projection represents a root document and adding it as a part of the nested object projection might produce misleading results.") String documentReferenceProjectionNestingNotSupportedHint() -
entityProjectionNestingNotSupportedHint
@Message("An entity projection represents a root entity and adding it as a part of the nested object projection might produce misleading results.") String entityProjectionNestingNotSupportedHint() -
entityReferenceProjectionNestingNotSupportedHint
@Message("An entity reference projection represents a root entity and adding it as a part of the nested object projection might produce misleading results.") String entityReferenceProjectionNestingNotSupportedHint() -
explanationProjectionNestingNotSupportedHint
@Message("An explanation projection describes the score computation for the hit and adding it as a part of the nested object projection might produce misleading results.") String explanationProjectionNestingNotSupportedHint() -
scoreProjectionNestingNotSupportedHint
@Message("A score projection provides the score for the entire hit and adding it as a part of the nested object projection might produce misleading results.") String scoreProjectionNestingNotSupportedHint()
-