NIH | National Cancer Institute | NCI Wiki  

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

Code Block
languagejava
titleSearch Extension Initialization
            LexBIGService lbSvc = (LexEVSDistributed)ApplicationServiceProvider.getApplicationServiceFromUrl(serviceUrl, "EvsServiceInfo");
            SearchExtension searchExtension = (SearchExtension) lbSvc.getGenericExtension("SearchExtension");

 


Changes 6.1 to 6.2 

The behavior of simple search changes to default to active only terms.  Since this is not backwards compatible a future release will revert this behavior back to what was provided in 6.1. 


Mapping Extension issues for 6.x

Mapping extension iterators do not work in distributed mode due to anonymous inner class use in their construction.  See JIRA Item: 

Jira
serverNCI Tracker
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverId7954a81f-12da-3366-a0ef-97c806660e7c
keyLEXEVS-961
 

Fixed in LexEVS 6.5.3


Migration to 6.4.1, 6.5

6.4.0 services rely on an updated search engine and require a new set of dependencies available in the 6.4.0 branch of the distributed client project. 

...

All data services and web services have been turned off and removed in 6.5.  These have been consolidated into a more robust and complete REST service that is compatible with CTS2 specifications.  See the CTS2 API documentation.