'More Like This' Query For App Search Engine

Hi all -

I am using App Search on Elastic Cloud and would like to implement "More Like This" queries to show related content on our site. As you can see in the attachment I can run the query from the dev console. However, I am struggling to find the correct endpoint to call from outside of Elastic Cloud. I'm sure it is something obvious that I'm missing.

Thanks in advance :pray:

You can copy the scheme+host+port for Elasticsearch from the Cloud admin UI. The path is what you're using here in Dev Tools (/enterprise-search-engine-XXX/_search).

Note that Dev Tools runs queries against the Elasticsearch APIs, not the App Search APIs. Perhaps you were trying to use the App Search host?

The @Sean_Story I knew it was right under my face the entire time :slight_smile:

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.