ely.
>>
>
> Or check out this post
> http://www.cominvent.com/2012/01/25/super-flexible-autocomplete-with-solr/
> looking very promising as an alternative.
>
> --
> View this message in context:
> http://lucene.472066.n3.nabble.com/phrase-auto-complete-with-suggester-comp
alternative.
--
View this message in context:
http://lucene.472066.n3.nabble.com/phrase-auto-complete-with-suggester-component-tp3685572p3689240.html
Sent from the Solr - User mailing list archive at Nabble.com.
t;> http://lucene.472066.n3.nabble.com/suggester-issues-td3262718.html#a3264740
>> which contains the solution to your problem.
>>
>> --
>> View this message in context:
>> http://lucene.472066.n3.nabble.com/phrase-auto-complete-with-suggester-component-tp3685572p36857
740
> which contains the solution to your problem.
>
> --
> View this message in context:
> http://lucene.472066.n3.nabble.com/phrase-auto-complete-with-suggester-component-tp3685572p3685730.html
> Sent from the Solr - User mailing list archive at Nabble.com.
--
Tommy Chheng
You might wanna read
http://lucene.472066.n3.nabble.com/suggester-issues-td3262718.html#a3264740
which contains the solution to your problem.
--
View this message in context:
http://lucene.472066.n3.nabble.com/phrase-auto-complete-with-suggester-component-tp3685572p3685730.html
Sent from the
I'm testing out the various auto-complete functionalities on the
wikipedia dataset.
I first tried the facet.prefix and found it slow at times. I'm now
looking at the Suggester component. Given a query like "new york", I
would like to get results like "New York" or "New York City".
When I tried us