If you do not want to use one of the packaged search analyzers, you can create a custom search analyzer.
Extend the following Apache Lucene Java class:
org.apache.lucene.analysis.Analyzer
If you use a factory class when you extend the Analyzer class, the factory class implementation must have a public method with the following signature:
public org.apache.lucene.analysis.Analyzer createAnalyzer(Properties settings)
The Model Repository Service uses the factory to connect to the search analyzer.
Place the custom search analyzer and required .jar files in the following directory: