Re: Find groups where at least one item matches a query

2017-02-08 Thread Cristian Popovici
splay/solr/ > Collapse+and+Expand+Results > > Regards, >Alex. > > http://www.solr-start.com/ - Resources for Solr users, new and experienced > > > On 5 February 2017 at 14:55, Cristian Popovici > wrote: > > Doesn't seem to work - I'm doing a query

Re: Find groups where at least one item matches a query

2017-02-05 Thread Cristian Popovici
Doesn't seem to work - I'm doing a query like this and I get only one result q=pathology:normal&group=true&group.field=groupId&*group.limit=2* On Sun, Feb 5, 2017 at 7:20 PM, Nick Vasilyev wrote: > Check out the group.limit argument. > > On Feb 5, 2017 12:10 PM,

Re: Find groups where at least one item matches a query

2017-02-05 Thread Cristian Popovici
ations in distributed mode. > > Best, > Erick > > On Sun, Feb 5, 2017 at 1:49 AM, Cristian Popovici > wrote: > > Hi all, > > > > I'm new to Solr and I need a bit of help. > > > > I have a structure of documents indexed in Solr that are grouped to

Find groups where at least one item matches a query

2017-02-05 Thread Cristian Popovici
Hi all, I'm new to Solr and I need a bit of help. I have a structure of documents indexed in Solr that are grouped together by a property. I need to retrieve all groups where at least one entry in the group matches a query. Example: I have two documents indexed and both share the *groupId *prope