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  wrote:

> 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 wrote:
>
>> 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 within the nested groups?
>>
>>  Which means, we are going to first create the top level groups and while
>> expanding each group, we create nested groups and allow to pass the sort,
>> limit params?
>>
>>  Thanks,
>> Kranti K. Parisa
>> http://www.linkedin.com/in/krantiparisa
>>
>>
>>
>> On Wed, Jan 8, 2014 at 5:48 PM, Joel Bernstein wrote:
>>
>>> 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 CollapsingQParserPlugin.
>>> This seems like something that could be implemented as part of the
>>> ExpandComponent.
>>>
>>> Joel
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>> Joel Bernstein
>>> Search Engineer at Heliosearch
>>>
>>>
>>> On Wed, Jan 8, 2014 at 12:28 PM, Kranti Parisa 
>>> wrote:
>>>
 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
 http://www.linkedin.com/in/krantiparisa


>>>
>>
>


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 wrote:

> 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 within the nested groups?
>
>  Which means, we are going to first create the top level groups and while
> expanding each group, we create nested groups and allow to pass the sort,
> limit params?
>
> Thanks,
> Kranti K. Parisa
> http://www.linkedin.com/in/krantiparisa
>
>
>
> On Wed, Jan 8, 2014 at 5:48 PM, Joel Bernstein  wrote:
>
>> 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 CollapsingQParserPlugin.
>> This seems like something that could be implemented as part of the
>> ExpandComponent.
>>
>> Joel
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>> Joel Bernstein
>> Search Engineer at Heliosearch
>>
>>
>> On Wed, Jan 8, 2014 at 12:28 PM, Kranti Parisa 
>> wrote:
>>
>>> 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
>>> http://www.linkedin.com/in/krantiparisa
>>>
>>>
>>
>


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 within the nested groups?

Which means, we are going to first create the top level groups and while
expanding each group, we create nested groups and allow to pass the sort,
limit params?

Thanks,
Kranti K. Parisa
http://www.linkedin.com/in/krantiparisa



On Wed, Jan 8, 2014 at 5:48 PM, Joel Bernstein  wrote:

> 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 CollapsingQParserPlugin. This
> seems like something that could be implemented as part of the
> ExpandComponent.
>
> Joel
>
>
>
>
>
>
>
>
>
>
> Joel Bernstein
> Search Engineer at Heliosearch
>
>
> On Wed, Jan 8, 2014 at 12:28 PM, Kranti Parisa wrote:
>
>> 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
>> http://www.linkedin.com/in/krantiparisa
>>
>>
>


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 CollapsingQParserPlugin. This
seems like something that could be implemented as part of the
ExpandComponent.

Joel










Joel Bernstein
Search Engineer at Heliosearch


On Wed, Jan 8, 2014 at 12:28 PM, Kranti Parisa wrote:

> 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
> http://www.linkedin.com/in/krantiparisa
>
>


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
http://www.linkedin.com/in/krantiparisa