Migration to OracleTextSearch step-by-step
Hi.
Our UCM is configured to store all documents in Oracle DB and update full-text index while doing so. Document indexing is done externaly by RepositoryManager, SearchIndexerEngineName is DATABASE.FULLTEXT. This solution is easy to deploy, but is little bit too slow.
We've found somewhere, that there is yet another way for fulltext indexing - using component OracleTextSearch
Does anyone use it? We tried to follow the documentation, but there are still some problems.
Here are steps we made:
1.)component OracleTextSearch was installed with some upgrade
2.)JDBC driver upgrade to ojdbc6
3.)add or edit in config.cfg
SearchIndexerEngineName=OracleTextSearch
IndexerDatabaseProviderName=SystemDatabase
Our UCM is configured to store all documents in Oracle DB and update full-text index while doing so. Document indexing is done externaly by RepositoryManager, SearchIndexerEngineName is DATABASE.FULLTEXT. This solution is easy to deploy, but is little bit too slow.
We've found somewhere, that there is yet another way for fulltext indexing - using component OracleTextSearch
Does anyone use it? We tried to follow the documentation, but there are still some problems.
Here are steps we made:
1.)component OracleTextSearch was installed with some upgrade
2.)JDBC driver upgrade to ojdbc6
3.)add or edit in config.cfg
SearchIndexerEngineName=OracleTextSearch
IndexerDatabaseProviderName=SystemDatabase
0