Re: DIH deletes cause opening of searchers

2015-07-01 Thread Mikhail Khludnev
On Tue, Jun 30, 2015 at 7:17 PM, Shawn Heisey wrote: > On 6/25/2015 2:20 AM, Mikhail Khludnev wrote: > >> On Tue, Jun 23, 2015 at 9:23 AM, Rudolf Grigeľ >> wrote: >> >>> How can I prevent opening new searcher after >>> every delete statement ? >>> >> comment tag in solrconfig.xml (it always hel

Re: DIH deletes cause opening of searchers

2015-06-30 Thread Erick Erickson
>From the log fragment it's at least worth further investigation. You've had 4 searchers open in less than 1/2 second. That's horribly fast, but you already know that... Let's see the DIH configs, perhaps there's something innocent-seeming there that's causing this. Or, there's a bug somewhere.

Re: DIH deletes cause opening of searchers

2015-06-30 Thread Shawn Heisey
On 6/25/2015 2:20 AM, Mikhail Khludnev wrote: On Tue, Jun 23, 2015 at 9:23 AM, Rudolf Grigeľ wrote: How can I prevent opening new searcher after every delete statement ? comment tag in solrconfig.xml (it always help) The presence or absence of the updateLog should not affect whether new se

Re: DIH deletes cause opening of searchers

2015-06-25 Thread Mikhail Khludnev
On Tue, Jun 23, 2015 at 9:23 AM, Rudolf Grigeľ wrote: > How can I prevent opening new searcher after > every delete statement ? > comment tag in solrconfig.xml (it always help) -- Sincerely yours Mikhail Khludnev Principal Engineer, Grid Dynamics

DIH deletes cause opening of searchers

2015-06-22 Thread Rudolf Grigeľ
Hello, I recently found out weird behavior while using the DIH with the Solr 5.2. I am using extended line entity processor which can also delete documents based on some special conditions (delete by query). The problem is that the DIH is incredibly slow compared to Solr 4.3. I have noticed in th