On 11/21/06, Walter Underwood <[EMAIL PROTECTED]> wrote:
I've written a simple phonetic token filter (and factory) based
on the Double Metaphone implementation in Jakarta Codecs to
contribute. Three questions:
1. Does this sound like a generally useful addition?
Definitely useful.
If it's generally applicable enough and light weight enough then it
should go in the core. Otherwise it could go in contrib (which we
don't really have yet, but we will when the need arises).
This sounds like it should probably go in the core.
2. Should we have a Jira issue first?
Yes, please.
3. This adds a depencency on the codecs jar. How do we add that
to the distro?
It would go in the lib directory if it ends up in Solr proper.
-Yonik