Re: Using Solr for term-completion with counts

2009-10-26 Thread Jonathan Hendler
Yonik, Thanks. One question inline below: On Oct 26, 2009, at 5:30 PM, Yonik Seeley wrote: Can I do this through a facet query or another param ? Faceting should also work... the terms component is very much like the faceting component except that it always works over the complete index (in

Re: Using Solr for term-completion with counts

2009-10-26 Thread Jonathan Hendler
ield=large_index_of_text&facet.sort=count&facet.mincount=1 - Jonathan -- View this message in context: http://www.nabble.com/Using-Solr-for-term-completion-with-counts-tp26067641p26068424.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Using Solr for term-completion with counts

2009-10-26 Thread David Smiley @MITRE.org
a*) > &facet.prefix > ="Ma"&facet.field=large_index_of_text&facet.sort=count&facet.mincount=1 > > - Jonathan > -- View this message in context: http://www.nabble.com/Using-Solr-for-term-completion-with-counts-tp26067641p26068424.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Using Solr for term-completion with counts

2009-10-26 Thread Yonik Seeley
On Mon, Oct 26, 2009 at 5:06 PM, Jonathan Hendler wrote: > Greetings all, > > We're happily migrating our MySQL fulltext search to SOLR/faceted search. > > We're doing a term suggest on a large text field and doing facet.sort=count. > The numbers returned represent total times the term shows up -

Using Solr for term-completion with counts

2009-10-26 Thread Jonathan Hendler
Greetings all, We're happily migrating our MySQL fulltext search to SOLR/faceted search. We're doing a term suggest on a large text field and doing facet.sort=count. The numbers returned represent total times the term shows up - I'd like to have the numbers represent the total documents