Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Next revision Both sides next revision
appendix:releasenotes [2009/12/02 17:32]
127.0.0.1 external edit
appendix:releasenotes [2010/08/12 19:43]
tdo
Line 5: Line 5:
  
 The following is a list of fixes and enhancements for Omnidex organized by the release. The following is a list of fixes and enhancements for Omnidex organized by the release.
-===== Version 5.1 - Scheduled January 2010 =====+===== 5.01.01G (In Development) ===== 
 +OdxSQL no longer requires Windows file specifications to be escaped when using a connection string. Prior to 5.01.01G, the following syntax was required when using Windows filespecs and connection strings: 
 + 
 +  odxsql> connect [localhost:​7555]c:​\\dev\\odx\\myodx.xml;​ 
 + 
 +Now the following syntax is allowed: 
 + 
 +  odxsql> connect [localhost:​7555]c:​\dev\odx\myodx.xml;​ 
 +===== 5.01.01F (Aug 6, 2010) ===== 
 +Fixes to OdxNet to better handle network processing across a grid. 
 + 
 +Known Problems: 
 + 
 +  NsAdmin does not work. 
 + 
 +  odxnet -admin option is not currently active. 
 + 
 +  odxnet -nodaemon option is disabled. 
 +===== Version 5.1 ===== 
 +==== DDL Support ​====
   * Omnidex Data Definitiion (DDL) support   * Omnidex Data Definitiion (DDL) support
     * CREATE ENVIRONMENT     * CREATE ENVIRONMENT
Line 15: Line 34:
     * DROP TABLE     * DROP TABLE
     * DROP INDEX     * DROP INDEX
 +
 +==== Terminology changes ====
 +  Omnidex Index is a MDK index with the NP and NE options.
 +  QuickText Index is a MDK index with the KW option.
 +  FullText Index is a MDK index.
 +
 +==== XML versus ENV Catalogs ====
 +As of Omnidex 5.1 XML Environments are the preferred approach over the legacy Omnidex Environment Catalogs using the original OmniAccess Environment syntax and compiled with oacomp. ​ With 5.1, XML Environments can be more easily maintained with the OdxSQL using the DDL CREATE statements. ​ The new Omnidex Environment file is stored in the common XML format.
  
 ===== Version 5.0 - July 2009 ===== ===== Version 5.0 - July 2009 =====
 ==== Major ==== ==== Major ====
  
-  * Preview version ​of the Omnidex Administrator (OdxAdmin) Windows GUI for maintaining Omnidex XML Environments.  ​Note that OdxAdmin ​may not work on your particular ​distribution ​or version+  * Unification ​of ASK and MDK indexes in DBINSTAL. 
-  * Unification of ASK and MDK indexes.  ​+  * OdxQuery is no longer being supported.  ​The program ​may still be in the Omnidex ​distribution. Customers should use OdxSQL with the -odbc option to test retrievals across the network
 +  * DSEDIT'​s Connect ​and Retrieval options are no longer supported but DSEDIT can still be used to create System, User and File ODBC and JDBC Data Sources.  ​This functionality is being moved to the Omnidex Administrator in the 5.2 release.
  
 ===== Build 4.5.01A - Jan 2009 ===== ===== Build 4.5.01A - Jan 2009 =====
Line 40: Line 68:
     * oahelper     * oahelper
   * Support more efficient given name synonym lists with a maximum of eight synonyms   * Support more efficient given name synonym lists with a maximum of eight synonyms
-  * Change ​oaglobal.env to Omnidex.env,​ allowing "​connect myenv" without a path specification +  * Changed ​oaglobal.env to Omnidex.env,​ allowing "​connect myenv" without a path specification 
-  * Change ​OAGLOBAL environment variable to OMNIDEX_ENV+  * Changed ​OAGLOBAL environment variable to OMNIDEX_ENV 
 ==== Minor ==== ==== Minor ====
   * Added support for a -odxnet option in OdxSQL to automatically launch OdxNET   * Added support for a -odxnet option in OdxSQL to automatically launch OdxNET
 
Back to top
appendix/releasenotes.txt · Last modified: 2016/06/28 22:38 (external edit)