Thanks for the clarification, I indeed mixed it with UpdateRequestHandler.
On Mon, Dec 1, 2014 at 11:24 PM, Chris Hostetter
wrote:
>
> : I thought that the auto commit is per update handler because they are
> : configured within the update handler tag.
>
> is not the same thing as a that does
: I thought that the auto commit is per update handler because they are
: configured within the update handler tag.
is not the same thing as a that does
updates.
there can be many "Update request handlers" configured, but there is only
ever one in a SolrCore.
-Hoss
http://www.lucidworks.
Thanks for the reply Erik,
I thought that the auto commit is per update handler because they are
configured within the update handler tag.
>From a little debugging on SOLR code and it looked as if the Commit
Tracker will schedule a soft commit on update if it gets commitwithin
value, and if not it
Uhhhm, the soft/hard commit settings are global, not
configured in each update handler.
How are updates being done? Because if you're using SolrJ,
you can just use the server.add(doclist, commitwithin) and it'll
just be handled automatically.
True, putting a 2 second commitwithin on an online upd
Hi,
On our system we currently initiate a soft commit to SOLR after each
business transaction that initiate an update. Hard commits are automatic
each 2 minutes.
We want to limit the explicit commit and move to autoSoftCommit.
Because of business restrictions:
Online request should be available fo
http://svn.apache.org/repos/asf/lucene/dev/trunk/solr/example/solr/conf/solrconfig.xml
Look for autocommit and maxDocs.
> Hi,
>
> I'm using DIH and want to perform commits each N processed document, how
> can I do this?
> thanks in advance
Hi,
I'm using DIH and want to perform commits each N processed document, how can
I do this?
thanks in advance
--
Anass