Hi,

What is the best way (in terms of maintenance required with new lucene
releases) to allow splitting of words (into tokens) on "." and "_" for
indexing ?

Please note that I am using lucene through Jackrabbit. Jackrabbit's Search
configuration can be found at http://wiki.apache.org/jackrabbit/Search

The default analyzer is org.apache.lucene.analysis.standard.StandardAnalyzer
If writing custom analyzer is the only option, how to do that without
maintenance overhead with new lucene releases.

Thank you.

Reply via email to