Search APIs
Siren Federate introduces two new search actions, /siren/[INDICES]/_search
that replaces the /[INDICES]/_search
Elasticsearch’s action, and /siren/[INDICES]/_msearch
that replaces the /[INDICES]/_msearch
Elasticsearch’s action. Both actions are extensions of the original Elasticsearch’s actions and therefore supports the same API. One must use these actions with the join
query clause, as the join
query clause is not supported by the original Elasticsearch actions.