Re: Facet pivot and distributed search

2014-02-07 Thread Trey Grainger
FYI, the last distributed pivot facet patch functionally works, but there are some sub-optimal data structures being used and some unnecessary duplicate processing of values. As a result, we found that for certain worst-case scenarios (i.e. data is not randomly distributed across Solr cores and req

Re: Facet pivot and distributed search

2014-02-07 Thread Geert Van Huychem
Thx! Geert Van Huychem IT Consultant iFrameWorx BVBA Mobile: +32 497 27 69 03 E-mail: ge...@iframeworx.be Site: http://www.iframeworx.be LinkedIn: http://www.linkedin.com/in/geertvanhuychem On Fri, Feb 7, 2014 at 8:55 AM, Shalin Shekhar Mangar < shalinman...@gmail.com> wrote: > Yes this is a o

Re: Facet pivot and distributed search

2014-02-06 Thread Shalin Shekhar Mangar
Yes this is a open issue. https://issues.apache.org/jira/browse/SOLR-2894 On Fri, Feb 7, 2014 at 1:13 PM, Geert Van Huychem wrote: > Hi > > I'm using Solr 4.5 in a multi-core environment. > > I've setup > - one core per documenttype: text, rss, tweet and external documents. > - one distrib core

Facet pivot and distributed search

2014-02-06 Thread Geert Van Huychem
Hi I'm using Solr 4.5 in a multi-core environment. I've setup - one core per documenttype: text, rss, tweet and external documents. - one distrib core which basically distributes the query to the 4 cores mentioned hereabove. Facet pivot works on each core individually, but when I send the exact