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