Hi
I am trying to implement a search with Lucene similar to what for
example various "Note Apps" (e.g. "Google Keep" or "Samsung Notes") are
offering, that with every new letter typed a new search is being executed.
For example when I type "tes", then all documents are being returned
containing the word "test" or "tesla" and when I continue typing, for
example "tesö" and there are no documents containing the string "tesö",
then the app will tell me that there are no matches.
I have found a couple of articles related to this kind of search, for
example
https://stackoverflow.com/questions/10828825/incremental-search-using-lucene
https://stackoverflow.com/questions/120180/how-to-do-query-auto-completion-suggestions-in-lucene
but would be great to know whether there exist other possibilities or
what the best practice is?
I am even not sure what the right term for this kind of search is, is it
really "incremental search" or something else?
Looking forward to your feedback and will be happy to extend the Lucene
FAQ once I understand better :-)
Thanks
Michael
---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-user-h...@lucene.apache.org