Page tree
Skip to end of metadata
Go to start of metadata

Starting with the 21.22 release, the SWAT framework supports the ElasticSearch REST API adapter on the BusinessEntity object level.

To configure a BusinessEntity or DynSelect control to use the ElasticSearch API please use the following repository attribute settings:


AttributeValue
SUBTYPE ElasticSearchCollection

resourceName (businessEntity object) or

entityName (dynselect object)

The elastic search index. 

entityName (businessEntity object) or

entityTable (dynselect object)

The ElasticSearch type, optional attribute.

For the autocomplete search of the Dynselect object, the fuzzy query is applied, which returns documents that contain terms similar to the search term.

By default the base API endpoint is "/web", and can be configured as application setting, the key "elasticSearchBaseURL".

It is also required to create a proxy for the given index.

The setting for the base API endpoint can be configured using the .restapplicationsettings.


  • No labels