You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ma...@apache.org on 2020/07/29 02:02:48 UTC

[lucene-solr] 15/27: @432 Revert this.

This is an automated email from the ASF dual-hosted git repository.

markrmiller pushed a commit to branch reference_impl
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git

commit 1570fe86364446edfa50cb60d5d34fce5a8dcffc
Author: markrmiller@gmail.com <ma...@gmail.com>
AuthorDate: Tue Jul 28 13:29:45 2020 -0500

    @432 Revert this.
---
 .../src/java/org/apache/solr/client/solrj/request/UpdateRequest.java     | 1 -
 1 file changed, 1 deletion(-)

diff --git a/solr/solrj/src/java/org/apache/solr/client/solrj/request/UpdateRequest.java b/solr/solrj/src/java/org/apache/solr/client/solrj/request/UpdateRequest.java
index c2872d0..f4c77a1 100644
--- a/solr/solrj/src/java/org/apache/solr/client/solrj/request/UpdateRequest.java
+++ b/solr/solrj/src/java/org/apache/solr/client/solrj/request/UpdateRequest.java
@@ -237,7 +237,6 @@ public class UpdateRequest extends AbstractUpdateRequest {
     if (params == null)
       params = new ModifiableSolrParams();
     params.set(UpdateParams.COMMIT, "true");
-    params.set(UpdateParams.WAIT_SEARCHER, "true");
     return process(client, collection);
   }