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.

Reply via email to