I'll have a look at it!
Thanks guys!
Markus
-Original message-
> From:Toke Eskildsen
> Sent: Thursday 2nd June 2016 15:49
> To: solr-user@lucene.apache.org
> Subject: Re: Small setFacetLimit() terminates Solr
>
> On Thu, 2016-06-02 at 09:26 -0400, Yonik See
On Thu, 2016-06-02 at 09:26 -0400, Yonik Seeley wrote:
> My guess would be that the smaller limit causes large facet refinement
> requests to be sent out on the second phase.
> It's not clear what's happening after that though (i.e. why that
> causes things to crash)
The facet refinement can be a
My guess would be that the smaller limit causes large facet refinement
requests to be sent out on the second phase.
It's not clear what's happening after that though (i.e. why that
causes things to crash)
-Yonik
On Thu, Jun 2, 2016 at 8:47 AM, Markus Jelsma
wrote:
> Hello,
>
> I ran accros an a
Hello,
I ran accros an awkward situation where is collect all ~7.000.000 distinct
values for a field via facetting. To keep things optimized and reduce memory
consumption i don't do setFacetLimit(-1) but a reasonable limit of 10.000 or
100.000.
To my surprise, Solr just stops or crashes. So, i