Replacing the system text and term splitters

After you have compiled the new term splitter class, you must make it available to the system. The easiest way to do this is by adding the class to a JAR file and placing the JAR file in the <installLocation>\OmniQ\lib directories.

NoteYou must place the JAR file into every container’s library folder because Sybase Search is a distributed system.

The module responsible for loading the term splitter and stemmer is the Text Manager module. Edit the TextModule.default.xml configuration file located in <installLocation>\OmniQ\config and change the term.splitter.class property and the term.stemmer.class property as necessary.

NoteYou must perform the metadata changes for the container instance that loads the Text Manager.