Hello ! I'd like to have an autocompler on my search field. I'm working on a .NET c# web project.
I used this show case: http://digitarald.de/project/autocompleter/1-1/showcase/request-html/ All the Ajax stuff is done and now, I'm looking for a way to do a regex search on lucene. This search will return the 10 first words that match with the curent typed letters. Ex: bl(.*) => blue, black ... Please help me !!! The existing method has been deprecated on Lucene since the 1.9 version. Thanks. Rom -- View this message in context: http://www.nabble.com/Lucene.NET-Regex-search-tp21587533p21587533.html Sent from the Lucene - General mailing list archive at Nabble.com.
