Re: Group only top 50 results not All results.

2014-07-13 Thread Umesh Prasad
; > >> I suggest doing this in two queries. In the first query, retrieve the > > unique ids of the top 50 documents. In the second query, just query for > > those ids (e.g., q=ids:(2 13 55 62 81)), and add the facet parameters on > > that query. > > >> > >

Re: Group only top 50 results not All results.

2014-07-12 Thread Joel Bernstein
the facet parameters on > that query. > >> > >> -Michael > >> > >> -Original Message----- > >> From: Aaron Gibbons [mailto:agibb...@synergydatasystems.com] > >> Sent: Friday, July 11, 2014 1:46 PM > >> To: solr-user@lucene.apache.org > >>

Re: Group only top 50 results not All results.

2014-07-12 Thread Alexandre Rafalovitch
ichael >> >> -Original Message- >> From: Aaron Gibbons [mailto:agibb...@synergydatasystems.com] >> Sent: Friday, July 11, 2014 1:46 PM >> To: solr-user@lucene.apache.org >> Subject: Group only top 50 results not All results. >> >> I'm trying to figure out how

Re: Group only top 50 results not All results.

2014-07-12 Thread Erick Erickson
acet parameters on that query. > > -Michael > > -Original Message- > From: Aaron Gibbons [mailto:agibb...@synergydatasystems.com] > Sent: Friday, July 11, 2014 1:46 PM > To: solr-user@lucene.apache.org > Subject: Group only top 50 results not All results. > > I'm

RE: Group only top 50 results not All results.

2014-07-11 Thread Michael Ryan
[mailto:agibb...@synergydatasystems.com] Sent: Friday, July 11, 2014 1:46 PM To: solr-user@lucene.apache.org Subject: Group only top 50 results not All results. I'm trying to figure out how I can query solr for the top X results THEN group and count only those top 50 by their owner. I can run a que

Group only top 50 results not All results.

2014-07-11 Thread Aaron Gibbons
I'm trying to figure out how I can query solr for the top X results THEN group and count only those top 50 by their owner. I can run a query to get the top 50 results that I want. solr/select?q=(current_position_title%3a(TEST))&rows=50 I've tried Faceting but I get all results faceted not just th