You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by ramires <uy...@beriltech.com> on 2012/01/03 14:17:01 UTC

soft commit 2

hi 

softcommit work with below command but don`t work in solrconfig.xml. What is
wrong with below xml part?

curl http://localhost:8984/solr/update -H "Content-Type: text/xml"
--data-binary '<commit softCommit="true" waitFlush="false"
waitSearcher="false"/>'

 <updateHandler class="solr.DirectUpdateHandler2">
        <autoSoftCommit>
       <maxTime>1000</maxTime>
     </autoSoftCommit>
 </updateHandler>


--
View this message in context: http://lucene.472066.n3.nabble.com/soft-commit-2-tp3628975p3628975.html
Sent from the Solr - User mailing list archive at Nabble.com.

Re: soft commit 2

Posted by Erick Erickson <er...@gmail.com>.
What is your evidence that it doesn't work
when you specify it in solrconfig.xml? You
haven't provided enough information about
what you've tried to give us much to go on.

It might help to review:
http://wiki.apache.org/solr/UsingMailingLists

Best
Erick

On Tue, Jan 3, 2012 at 8:17 AM, ramires <uy...@beriltech.com> wrote:
> hi
>
> softcommit work with below command but don`t work in solrconfig.xml. What is
> wrong with below xml part?
>
> curl http://localhost:8984/solr/update -H "Content-Type: text/xml"
> --data-binary '<commit softCommit="true" waitFlush="false"
> waitSearcher="false"/>'
>
>  <updateHandler class="solr.DirectUpdateHandler2">
>        <autoSoftCommit>
>       <maxTime>1000</maxTime>
>     </autoSoftCommit>
>  </updateHandler>
>
>
> --
> View this message in context: http://lucene.472066.n3.nabble.com/soft-commit-2-tp3628975p3628975.html
> Sent from the Solr - User mailing list archive at Nabble.com.