Calderon
To: solr-user@lucene.apache.org
Sent: Wed, Feb 24, 2010 10:22 pm
Subject: Re: Autosuggest/Autocomplete with solr 1.4 and EdgeNGrams
i had to create a autosuggest implementation not too long ago,
originally i was using faceting, where i would match wildcards on a
tokenized field and facet on
On Feb 24, 2010, at 1:17 AM, Sachin wrote:
> Hi All,
>
> I am trying to setup autosuggest using solr 1.4 for my site and needed some
> pointers on that. Basically, we provide autosuggest for user typed in
> characters in the searchbox. The autosuggest index is created with older user
> typed
i had to create a autosuggest implementation not too long ago,
originally i was using faceting, where i would match wildcards on a
tokenized field and facet on an unaltered field, this had the
advantage that i could do everything from one index, though it was
also limited by the fact suggestions ca
You might also look at http://issues.apache.org/jira/browse/SOLR-1316
On Feb 24, 2010, at 1:17 AM, Sachin wrote:
>
>
> Hi All,
>
> I am trying to setup autosuggest using solr 1.4 for my site and needed some
> pointers on that. Basically, we provide autosuggest for user typed in
> characters