Interface ElasticsearchSearchHints

    • Method Detail

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