epugh commented on code in PR #4064:
URL: https://github.com/apache/solr/pull/4064#discussion_r2721681964
##########
solr/solrj/src/java/org/apache/solr/client/solrj/SolrClient.java:
##########
@@ -460,10 +484,12 @@ public UpdateResponse commit() throws
SolrServerException, IOException {
* @throws IOException If there is a low-level I/O error.
* @throws SolrServerException if there is an error on the server
*/
+ @Deprecated(since = "10.1")
public UpdateResponse commit(String collection, boolean waitFlush, boolean
waitSearcher)
throws SolrServerException, IOException {
return new UpdateRequest()
- .setAction(UpdateRequest.ACTION.COMMIT, waitFlush, waitSearcher)
+ .setAction(
Review Comment:
Good call! thanks!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]