You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Jan Høydahl (JIRA)" <ji...@apache.org> on 2016/11/21 10:04:59 UTC

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

     [ https://issues.apache.org/jira/browse/SOLR-7077?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jan Høydahl closed SOLR-7077.
-----------------------------
    Resolution: Invalid

Closing as invalid. Please ask questions on the solr-user@ mailing list, not in JIRA.

> 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
>              Labels: performance
>             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