Hi Mary,
Yes the field used for grouping is stored=true.
Thanks
Preeti
On Wed, May 25, 2016 at 7:04 PM, Mary White wrote:
> Hi Preeti,
>
> Do you have stored=true on the field you are trying to query?
>
> Sent from my iPhone
>
> > On May 25, 2016, at 8:30 AM, preeti kumari
> wrote:
> >
> > Th
Hi Preeti,
Do you have stored=true on the field you are trying to query?
Sent from my iPhone
> On May 25, 2016, at 8:30 AM, preeti kumari wrote:
>
> Thanks Jeff. Let me try this .I was actually looking for a way without doc
> routing.
> Do let me know if I can handle grouping through queries.
Thanks Jeff. Let me try this .I was actually looking for a way without doc
routing.
Do let me know if I can handle grouping through queries.
Thanks
Preeti
On Tue, May 24, 2016 at 2:08 AM, Jeff Wartes wrote:
> My first thought is that you haven’t indexed such that all values of the
> field you’
My first thought is that you haven’t indexed such that all values of the field
you’re grouping on are found in the same cores.
See the end of the article here: (Distributed Result Grouping Caveats)
https://cwiki.apache.org/confluence/display/solr/Result+Grouping
And the “Document Routing” sectio
Hi All,
I am using grouping query with solr cloud version 5.2.1 .
Parameters added in my query is
&q=SIM*group=true&group.field=amid&group.limit=1&group.main=true. But each
time I hit the query i get different results i.e top 10 results are
different each time.
Why is it so ? Please help me with