Omnitive Search
  • Getting Started
  • User Guide
    • What is Omnitive Search?
    • Exploring Search
      • Conducting a Search
      • Browsing the Knowledge Graph
      • Refining Search Results
        • Search Within
        • Search Filters
        • Multi-Source Search
        • Sort Results
      • Saving your Searches
  • Administration Guide
  • Search Administration
    • Admin Toolkits Features
    • Sign In and Access Omnitive Search
    • Create and Configure a Connector
    • Review Connector Progress and Performance
    • Edit Index Metadata
    • Promote Content
    • Customize UI Filters (Coming Soon!)
  • FAQ
    • Release Information
    • Commonly Asked Questions
      • Search User
      • Search Administrator
    • Getting help
    • Glossary
  • Additional Information
    • Features of Omnitive Search
      • Keyword Search
      • Predictive Search
      • Synonyms Search
      • Boolean Search
      • Syntax Search
      • Cross-Language Search
      • Knowledge Graph Search
      • Saving Search Criteria
      • Refining Search Results
        • Search Within
        • Search Filters
        • Multi-Source Search
        • Sort Results
      • Suggested Search
        • Natural Language Search
        • Spell Correction
        • Concept Suggestion
    • Administrator Training
      • Search Administration
        • Introduction to Search Administration
        • Required Third Party Supporting Software
        • Install and Deploy Omnitive Search
        • Configure Connectors
        • Process Indexes
        • Manage Users
        • Backup and Restore
        • Maintaining Omnitive Search Server
      • Search UI development
        • Omnitive Search Widgets
    • PDF Version
Powered by GitBook
On this page
  • Overview on Maintaining Omnitive Search Server
  • 1. Data Re-indexing
  • 2. Upgrading Omnitive Search Packages

Was this helpful?

  1. Additional Information
  2. Administrator Training
  3. Search Administration

Maintaining Omnitive Search Server

PreviousBackup and RestoreNextSearch UI development

Last updated 3 years ago

Was this helpful?

Overview on Maintaining Omnitive Search Server

In order to maintain the Omnitive Search Server, you can: 1. Reingest when the index is not in sync and not recoverable 2. Upgrade Omnitive Search packages with updated modules.

1. Data Re-indexing

The search uses one search index. In some rare cases, an index might not in sync and not recoverable. So, the data from the repository needs to be loaded again, this is called ingest. To re-index the data: 1. Clean inactive index, then launch the clean index script found in Taigerfolder,platform,Search-resources,elasticsearch,scripts,win. The script to execute will depending on the index version we need to clean.

2. Change the connector configuration to inactive index.

3. Start the ingest process.

4. Switch Search index to the Search Configuration page.

2. Upgrading Omnitive Search Packages

1. Create a deployment folder in the following path: - Path: Taigerfolder - Folder name: deployment-YYYYMMDD Inside it, create a folder name ROLLBACK

2. Shutdown Tomcat Server using Services

3. Upload deployment packages to application server at Taiger,installers,Search-Installers,search-packages

4. Extract isearch-resources.zip

5. Move last deployment (war package) to the ROLLBACK folder - Move Taiger,platform,isearch-resources to ROLLBACK - Move Taiger,platform,<tomcat>,webapps,*.war to ROLLBACK

6. Clean Tomcat deployment folder to remove the isearch folders.

7. Copy new ware deployment packages to the Tomcat deployment directory.

copy isearch-resources dir Taiger,platform copy *.war Taiger,platform,<tomcat folder>,webapps

8. Restart Tomcat server using Services.msc.