Re: Sanity checking in Solr

2015-10-01 Thread Erick Erickson
Agreed. I'll take a closer look on how the debug mechanism ties into > Solr. If sanity checking fits well, I'll try and make a proof of concept > and a JIRA. > > - Toke Eskildsen, State and University Library, Denmark > > > > > --

Re: Sanity checking in Solr

2015-09-30 Thread Toke Eskildsen
d. I'll take a closer look on how the debug mechanism ties into Solr. If sanity checking fits well, I'll try and make a proof of concept and a JIRA. - Toke Eskildsen, State and University Library, Denmark - To unsubscribe, e-mail:

Sanity checking in Solr

2015-09-29 Thread Toke Eskildsen
Yesterday I helped solving a performance problem, triggered by issuing requests with rows=2147483647 on an index with 3M documents. In this concrete case the fix was easy, as it was possible to lower this to rows=10. But it had stumped the one asking for weeks - the typical amount of hits was 0

Re: Sanity checking in Solr

2015-09-29 Thread Mikhail Khludnev
Hi Toke! What a cool idea! On Tue, Sep 29, 2015 at 11:00 AM, Toke Eskildsen wrote: > Yesterday I helped solving a performance problem, triggered by issuing > requests with rows=2147483647 on an index with 3M documents. > > In this concrete case the fix was easy, as it

Re: Sanity checking in Solr

2015-09-29 Thread Upayavira
Could it be added to the debug component? That seems like a natural place for it. It could, as you say, look for standard things that might make a query perform badly, and report them in a new element, or such. Upayavira On Tue, Sep 29, 2015, at 01:24 PM, Mikhail Khludnev wrote: > Hi Toke! What