Home

HANA IM ESS Services


XS JavaScript API


HANA IM ESS offers service APIs in JavaScript accessible within XS Engine:

Search and Autocomplete Services

Version:2.0.0

This service provides:

  • A Semantic Search API to search EntitySets within the Entity Grid by matching indexed metadata and data values.
  • Autocomplete keyword suggestion API to provide keywords suggestions based on partial keywords typed by the user in real time.
The API methods are described in the sap.hana.im.ess.services.xs.search package.


Publication Service

Version:2.0.0

This service is used for managing contents of the Entity Grid through publications.
The API methods are described in the sap.hana.im.ess.services.xs.publish package.


Content-Type Identification Service

Version:2.0.0

This service allows to:

  • Retrieve content-types of given attributes belonging to EntitySets inside the Entity Grid.
  • Perform on-demand content-types analysis of columns in Tables, SQL Views or HANA views that are not yet known from Entity Grid.

The API methods are described in the sap.hana.im.ess.services.xs.ctid package.