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 install_location\OmniQ\lib directories.

NoteBecause Sybase Search is a distributed system, you must place the JAR file into every container’s library directory.

The module responsible for loading the term splitter and stemmer is the Text Manager module. Edit the TextModule.default.xml configuration file available in install_location\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.