Hi, This is my very first attempt at contributing to open source, so apologies if I posted this to the wrong mailing list or persons. Anyway, as mentioned below I have some code for wildcard and fuzzy (using Levenshtein distance) searching. Where would be the best place to incorprate them into lucene? My idea is to put the code directly into the Term class, update the compareTo method to use them when required. Of course, QueryParser needs to be modified to support the new compare techniques too. Any comments? Doug? At 05:14 PM 6/8/2001 -0700, Brian Goetz wrote: >>Currently, I have some code that allows me to perform pretty fast >>wildcard and fuzzy equality compare. On my machine, they are running at >>slightly less than twice the speed of java.lang.String.equals(). Do you >>have an idea of how can I best incorporate this wildcard/fuzzy search >>into lucene? > >That's really a question for Doug. My understanding is limited to the >10,000-foot view of the architecture. > > >-- >Brian Goetz >Quiotix Corporation >[EMAIL PROTECTED] Tel: 650-843-1300 Fax: 650-324-8032 > >http://www.quiotix.com > _______________________________________________ Lucene-dev mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/lucene-dev
