We've done something similar at http://www.123dictionar.ro. As you type,
the word is sent to the server using AJAX and if an exact match is not
found, a Lucene index is searched using a FuzzyQuery search. Counts are
precomputed, as data is not changing.
Regards,
Ioan
Mark Müller wrote:
Hi all,
I like to know if it is possible to let make Lucene Suggestions while the
user types in the search query.
Like in Google Suggest: http://www.google.com/webhp?complete=1&hl=en
I just need to send with AJAX the part of the word the user already typed
and get back the list of matching terms. Even better would be if the number
of occurrences would be show at well.
Is there a function for that in the Lucene API ?
Thanks in Advance,
Mark
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]