DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10340>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10340 [PATCH] Phonetic Search capability [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |FIXED Summary|Phonetic Search capability |[PATCH] Phonetic Search | |capability ------- Additional Comments From [EMAIL PROTECTED] 2004-01-10 00:52 ------- the attached patch supports phonetic searching WITHOUT creating any new terms or analyzers. since the phonetic encoder is user-definable, this search type can be used to perform 'alternate' searches, instead of phonetic searches. to avoid linear term searches (which is what Fuzzy search does), the PhoneticTermProvider interface can be implemented in the IndexReader it also contains some optimizations to: 1. allow for disabling document normalization 2. limit the # of query rewrites which can be expensive for some queries (Fuzzy, Phonetic) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
