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
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
: 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
Hi,
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.
I know there is a facets which can be used. Is it recommended to use facets
for autosuggest feature?