Re: Lucene Suggest Phrase

2014-04-01 Thread Jose Carlos Canova
I've "remember now" name is /liblevenshtein works with Node.js if i am not wrong. "Lucene suggest" works on same algorithm. Which in practice is enough for words with same "character sequence". On Tue, Apr 1, 2014 at 1:30 PM, Jose Carlos Canova < jose.carlos.can...@gmail.com> wrote: > Hi, > >

Re: Lucene Suggest Phrase

2014-04-01 Thread Jose Carlos Canova
Hi, I haven't reach this point but it seems that Lucene has a "suggester" project that works over "Lucene's Index" it self which simplifies terms (for query suggestion) collecting. I saw something on GitHub to be used with javascript but i cant remember now the name of the project. att. On Tue