Re: Multiple faceting in lucene

2013-02-01 Thread Shai Erera
I'm glad to hear it helped you, Ramprakash. Don't hesitate to post questions to the list if you need further assistance! Shai On Fri, Feb 1, 2013 at 9:12 AM, Ramprakash Ramamoorthy < youngestachie...@gmail.com> wrote: > On Fri, Jan 25, 2013 at 6:23 PM, Shai Erera wrote: > > > Hi > > > > Are t

Re: Multiple faceting in lucene

2013-01-31 Thread Ramprakash Ramamoorthy
On Fri, Jan 25, 2013 at 6:23 PM, Shai Erera wrote: > Hi > > Are the values of 'a' and 'b' known in advance? Is it a limited set of > values? Are you always interested in a table which covers all values? > > If so, one way to do that is to each value of 'a' against all values of > 'b'. Of course,

Re: Multiple faceting in lucene

2013-01-25 Thread Shai Erera
Hi Are the values of 'a' and 'b' known in advance? Is it a limited set of values? Are you always interested in a table which covers all values? If so, one way to do that is to each value of 'a' against all values of 'b'. Of course, pick as pivot the dimension with the least values. Note however t