Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The 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".

...