You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@lucene.apache.org by PrasannaKumar Chamarty <te...@gmail.com> on 2016/04/12 11:09:32 UTC

Jackrabbit - Custom indexing

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.