Omnidex Upgrading from Previous Releases

Reasons to Upgrade from 4.x to 5.x

There are several good reasons to upgrade from an Omnidex version 4.x installation to a 5.x installation.

  • Faster Omnidex Index build times due to the merging of MDK and ASK indexes.
  • Easier to maintain Omnidex Grid Environments with Grid aware Explain Plans
  • Easier Omnidex Environment setup and maintenance using the Omnidex Data Defintion Language and OdxSQL.
  • Improvements in the Sample and Random selection of records.
  • Automatically de-dup records on selection.
  • Cached Qualifications to improved the speed of drill down counts.
  • PowerSearch for synonyms, miss-spellings, transpositions, plurality, etc.
  • Autocomplete suggestions of words as they are being typed.

Reasons to stay on 4.x

  • NsAdmin is no longer supported and the replacement interface is not available in the Omnidex 5.1 version.

Upgrading from previous Omnidex versions

The best way to currently review all the upgrade notes is to start at the older releases and read through to the newer releases. Even if you are already on 5.0, you should review the upgrade notes on going from 4.x to 5.0 to see all the changes to the Omnidex product.

Upgrading Versions 4.x to 5.0

Upgrading Versions 5.0 to 5.1

Correct Steps to convert existing oacomp Environment to DDL based XML Environment

  • Modify 4.x environment source to test environment locations (table physical, database index_prefix, etc.)
  • Compile environment source using oacomp 5.1
  • Run dbinstal install only (no build) script
  • Run OdxSQL and do the following steps (assume current.env)
  • Use Odxsql connect to .env environment
os> odxsql current.env
  • Use OdxSQL to extract the new DDL from the current.env. This will include both the metadata from the Environment Catalog and the Omnidex indexing information.
odxsql> extract DDL to myddl.sql 
  • Compile the extracted DDL to create a new Omnidex Environment with the XML format.

odxsql> use myddl.sql

  • Connect to XML environment
odxsql> connect myddl.xml
  • Build the new indexes
odxsql> update indexes

Additional Resources

 
Back to top
install/upgrading/home.txt ยท Last modified: 2012/10/26 14:51 (external edit)