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/28 18:30:01 UTC

[lucene-solr] branch reference_impl_dev updated: @432 Revert this.

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

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


The following commit(s) were added to refs/heads/reference_impl_dev by this push:
     new eaacbc7  @432 Revert this.
eaacbc7 is described below

commit eaacbc7e6181324b87d62f26f35f22f91ce170a8
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);
   }