Robert Muir wrote:

i posted on Use Cases on the wiki how I made fuzzy and regex fast if you are curious.

It looks like this is the wiki page:

    http://wiki.apache.org/lucene-java/FastSSFuzzy?highlight=(fuzzy)

The approach is similar to how contrib/spellchecker generates its candidates, in that you build a 2nd index from the primary index and use the 2nd index to more quickly (not O(N)) generate candidates. It'd be nice to get your approach into contrib as well ;)

Mike

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to