Interface BackendSearchHints

    • Method Detail

      • 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()