Interface IsUpdateRequest

    • Method Summary

      All Methods Instance Methods Default Methods 
      Modifier and Type Method Description
      default boolean isSendToLeaders()
      Indicates if clients should make attempts to route this request to a shard leader, overriding typical client routing preferences for requests.
    • Method Detail

      • isSendToLeaders

        default boolean isSendToLeaders()
        Indicates if clients should make attempts to route this request to a shard leader, overriding typical client routing preferences for requests. Defaults to true.
        See Also:
        CloudSolrClient.isUpdatesToLeaders()