Re: TermsComponent from deleted document

2011-09-10 Thread Martijn v Groningen
I'd use the suggester: http://wiki.apache.org/solr/Suggester The suggester can give a collation. The TermsComponent can't do that. The suggester builds on top of the spellchecking infrastructure, so should be easy to use if you're familiar with that. Martijn On 10 September 2011 08:37, Manish Ba

Re: TermsComponent from deleted document

2011-09-09 Thread Manish Bafna
Which is preferable? using TermsComponent or Facets for autosuggest? On Fri, Sep 9, 2011 at 10:33 PM, Chris Hostetter wrote: > > : http://wiki.apache.org/solr/TermsComponent states that TermsComponent > will > : return frequencies from deleted documents too. > : > : Is there anyway to omit the de

Re: TermsComponent from deleted document

2011-09-09 Thread Chris Hostetter
: http://wiki.apache.org/solr/TermsComponent states that TermsComponent will : return frequencies from deleted documents too. : : Is there anyway to omit the deleted documents to get the frequencies. not really -- until a deleted document is expunged from segment merging, they are still include