NIH | National Cancer Institute | NCI Wiki  

Error rendering macro 'rw-search'

null

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

LexEVS Distributed Migration Guide 6.0, 6.1, 6.2

Changes 6.0 to 6.1

 6.1 includes the addition of the Simple Search Extension providing fast, but simple searches, across multiple terminologies.  Because this is instantiated as an extension no additions needed to be made to the Distributed Java API.  This version of simple search included by default both active and inactive terms.

Search 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 6.3 will change this behavior back to what was current during 6.1.  Also an additional method for resolving hierarchies was made available in the convenience methods, providing a namespace parameter to further restrict the resolution of hierarchies.  This supports another extension currently providing services to the browser where terminologies can now be loaded with terms belonging to multiple namespaces.

  • No labels