Re: Select distinct records

2016-02-11 Thread Brian Narsi
you using? > > > > >> Have you taken a look at the Collapsing Query Parser. It basically > > > > >> performs > > > > >> the same functions as grouping but is much more efficient at doing > > it. > > > > >> Take a look here: > > > >

Re: Select distinct records

2016-02-11 Thread Joel Bernstein
t; > > > > >> What version of Solr are you using? > > > >> Have you taken a look at the Collapsing Query Parser. It basically > > > >> performs > > > >> the same functions as grouping but is much more efficient at doing > it. > > > >> Take

Re: Select distinct records

2016-02-11 Thread Brian Narsi
t at doing it. > > >> Take a look here: > > >> > > >> > > > https://cwiki.apache.org/confluence/display/solr/Collapse+and+Expand+Results > > >> > > >> On Thu, Feb 11, 2016 at 8:44 PM Brian Narsi > wrote: > > >> >

Re: Select distinct records

2016-02-11 Thread Joel Bernstein
here: > >> > >> > https://cwiki.apache.org/confluence/display/solr/Collapse+and+Expand+Results > >> > >> On Thu, Feb 11, 2016 at 8:44 PM Brian Narsi wrote: > >> > >> > I am trying to select distinct records from a collection. (I need > >

Re: Select distinct records

2016-02-11 Thread Brian Narsi
;> >> https://cwiki.apache.org/confluence/display/solr/Collapse+and+Expand+Results >> >> On Thu, Feb 11, 2016 at 8:44 PM Brian Narsi wrote: >> >> > I am trying to select distinct records from a collection. (I need >> distinct >> > name and correspondin

Re: Select distinct records

2016-02-11 Thread Joel Bernstein
apsing Query Parser. It basically > performs > > the same functions as grouping but is much more efficient at doing it. > > Take a look here: > > > > > https://cwiki.apache.org/confluence/display/solr/Collapse+and+Expand+Results > > > > On Thu, Feb 11, 2

Re: Select distinct records

2016-02-11 Thread Brian Narsi
e: > > https://cwiki.apache.org/confluence/display/solr/Collapse+and+Expand+Results > > On Thu, Feb 11, 2016 at 8:44 PM Brian Narsi wrote: > > > I am trying to select distinct records from a collection. (I need > distinct > > name and corresponding id) > > >

Re: Select distinct records

2016-02-11 Thread Binoy Dalal
, 2016 at 8:44 PM Brian Narsi wrote: > I am trying to select distinct records from a collection. (I need distinct > name and corresponding id) > > I have tried using grouping and group format of simple but that takes a > long time to execute and sometimes runs into out of memory excep

Select distinct records

2016-02-11 Thread Brian Narsi
I am trying to select distinct records from a collection. (I need distinct name and corresponding id) I have tried using grouping and group format of simple but that takes a long time to execute and sometimes runs into out of memory exception. Another limitation seems to be that total number of