_search/_version

Smartsite 8.0 - ...

Purpose

Gets version information.

Version of Elastic Search

Gets the version of Elastic Search. This is the version of Elastic that runs the cluster.

GET _search/_version/elastic

Result:

{"version":"7.17.3"}

Version of Smartsite.EnterpriseSearch.Search

Gets the version of the non-REST api used to implement the _search endpoint.

GET _search/_version/search

Result:

{"version":"12.1.2.2"}

The version includes the major and minor version number of Enterprise Search, for example 12.1.

Version of the API

Gets the version of the API.

GET _search/_version/api

Result:

{"version":"1.0.1.4"}