Interface ElasticsearchSearchHints

All Superinterfaces:
BackendSearchHints
All Known Implementing Classes:
ElasticsearchSearchHints_$bundle

@MessageBundle(projectCode="HSEARCH") public interface ElasticsearchSearchHints extends BackendSearchHints
  • Field Details

  • Method Details

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