Interface IsUpdateRequest
-
- All Known Implementing Classes:
AbstractUpdateRequest,ContentStreamUpdateRequest,DirectXmlRequest,MultiContentWriterRequest,StreamingUpdateRequest,UpdateRequest
public interface IsUpdateRequestMarker class so that we can determine which requests are updates.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default booleanisSendToLeaders()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()
-
-