Document structure of solr document is as mentioned below now i need to get
the document having event_name="product view" and group it by email so that
email is not duplicate.Now on listing the email how may paginate the unique
email.As the query return total number of document not the count of gro
Hi,
i am using group.query like below,
group=true&
group.query=_query_:{!frange l=0 u=10 v=$score}&
group.query=_query_:{!frange l=10 u=20 v=$score}&
group.query=_query_:{!frange l=20 u=30 v=$score}
here I want to restrict the overall record counts, start=0&rows=10 is not
working here.
w
Is case #2 planned to be coded in the future releases?
Thanks.
Alex.
-Original Message-
From: Bill Bell
To: solr-user
Sent: Thu, Sep 8, 2011 10:17 pm
Subject: Re: pagination with grouping
There are 2 use cases:
1. rows=10 means 10 groups.
2. rows=10 means to results
There are 2 use cases:
1. rows=10 means 10 groups.
2. rows=10 means to results (irregardless of groups).
I thought there was a total number of groups (ngroups) or case #1.
I don't believe case #2 has been coded.
On 9/8/11 2:22 PM, "alx...@aim.com" wrote:
>
>
>
> Hello,
>
>When trying to impl
Hello,
When trying to implement pagination as in the case without grouping I see two
issues.
1. with rows=10 solr feed displays 10 groups not 10 results
2. there is no total number of results with grouping to show the last page.
In detail:
1. I need to display only 10 results in one page.