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 Lyuba Romanchuk <ly...@gmail.com> on 2012/04/11 08:15:46 UTC

[Solr 4.0] soft commit with API of Solr 4.0

Hi All,

Is there way to perform soft commit from code in Solr 4.0 ?
Is it possible only from solrconfig.xml through enabling autoSoftCommit
with maxDocs and/or maxTime attributes?

Thank you in advance.
Best regards,
Lyuba

Re: [Solr 4.0] soft commit with API of Solr 4.0

Posted by Chris Hostetter <ho...@fucit.org>.
: Is there way to perform soft commit from code in Solr 4.0 ?
: Is it possible only from solrconfig.xml through enabling autoSoftCommit
: with maxDocs and/or maxTime attributes?

http://wiki.apache.org/solr/NearRealtimeSearch

links to: http://wiki.apache.org/solr/UpdateXmlMessages#A.22commit.22_and_.22optimize.22

Mentions: softCommit="true"

-Hoss