You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Jeetendra (JIRA)" <ji...@apache.org> on 2015/02/05 08:27:36 UTC

[jira] [Created] (SOLR-7077) I am using SOLR 4.5, want to set waitSearcher=false commit=false on SOLR server while doing SOLR indexing

Jeetendra created SOLR-7077:
-------------------------------

             Summary: I am using SOLR 4.5, want to set waitSearcher=false  commit=false on SOLR server while doing SOLR indexing
                 Key: SOLR-7077
                 URL: https://issues.apache.org/jira/browse/SOLR-7077
             Project: Solr
          Issue Type: Improvement
          Components: clients - java
    Affects Versions: 4.5
         Environment: Production, UAT
            Reporter: Jeetendra
            Priority: Critical
             Fix For: 4.5


Requirement - I am using SOLR 4.5, want to set waitSearcher=false  commit=false on SOLR server while doing SOLR indexing
Implemented approach but not working
       1)  	<requestHandle name="/update" class="solr.UpdateRequestHandler" default="true">
         		<lst name="defaults" default="true" >
        		 <bool name="waitSearcher">false</bool>
       		</lst>
       	</requestHandler> 

    2)      <updateHandler class="solr.DirectUpdateHandler2">
    		<commit waitSearcher="false"/>
    		<optimize><waitSearcher>false</waitSearcher></optimize>
</ updateHandler>

3) Also try to pass as request hander parameter 
http://localhost:8983/solr?waitSearcher=false

Above three implemented approach not working, can you please suggest me any alternative approach OR I missed something, kindly suggest me.




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org