You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@lucene.apache.org by romain7 <ra...@inspirationalstores.com> on 2009/01/21 18:06:10 UTC

Lucene.NET Regex search

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.