Re: Nested Grouping / Field Collapsing

2014-01-09 Thread Joel Bernstein
Kranti, You've got it exactly. And yes sorting and limiting the doclist within the nested groups will be supported. Joel Bernstein Search Engineer at Heliosearch On Wed, Jan 8, 2014 at 6:54 PM, Kranti Parisa kranti.par...@gmail.comwrote: Joel, 1) Collapse on the top level group. - done

Re: Nested Grouping / Field Collapsing

2014-01-09 Thread Kranti Parisa
That's cool. just curious, do you have any tentative timelines for the ExpandComponent? Thanks, Kranti K. Parisa http://www.linkedin.com/in/krantiparisa On Thu, Jan 9, 2014 at 8:37 AM, Joel Bernstein joels...@gmail.com wrote: Kranti, You've got it exactly. And yes sorting and limiting the

Nested Grouping / Field Collapsing

2014-01-08 Thread Kranti Parisa
Anyone has got latest updates for https://issues.apache.org/jira/browse/SOLR-2553 ? I am trying to take a look at the implementation and see how complex this is to achieve. If someone else had a look into it earlier, could you please share your thoughts/comments.. Thanks, Kranti K. Parisa

Re: Nested Grouping / Field Collapsing

2014-01-08 Thread Joel Bernstein
Kranti, I'm wondering if this can be separated into two phases: 1) Collapse on the top level group. 2) Expand a single page of collapsed results to display nested groups. I'll be working on the ExpandComponent shortly, which will expand a single page of results that were collapsed by the

Re: Nested Grouping / Field Collapsing

2014-01-08 Thread Kranti Parisa
Joel, 1) Collapse on the top level group. - done thru CollapsingQParserPlugin 2) Expand a single page of collapsed results to display nested groups. - probably done thru ExpandComponent Is that correct? and does the scope of ExpandComponent includes the options to sort and limit the docList