On 6/25/2015 2:20 AM, Mikhail Khludnev wrote:
On Tue, Jun 23, 2015 at 9:23 AM, Rudolf Grigeľ <grige...@gmail.com> wrote:
How can I prevent opening new searcher after
every delete statement ?
comment <updateLog> tag in solrconfig.xml (it always help)

The presence or absence of the updateLog should not affect whether new searchers are opened. If this change actually works, I'm pretty sure that's a bug.

IMHO the updateLog should always be enabled on Solr 4.x and up, and autoCommit with openSearcher set to false should be configured so the transaction logs do not get huge.

Thanks,
Shawn

Reply via email to