0

Want to refresh engines/indices once we add/update any document in Elastic App Search engine. There is refresh API in elastic search but I did not find similar thing in Elastic App Search. Does anyone know how to refresh engines in elastic app search?

Elastic App Search Documentation - https://www.elastic.co/guide/en/app-search/current/documents.html

Reference for elastic search refresh API - https://www.elastic.co/guide/en/elasticsearch/reference/current/docs-refresh.html#:~:text=Wait%20for%20the%20changes%20made,which%20defaults%20to%20one%20second.

Sats17
  • 95
  • 1
  • 1
  • 10
  • Does your engine source its data from an [underlying ES index](https://www.elastic.co/guide/en/app-search/current/elasticsearch-engines-create.html) called `search-*` or did you create a dedicated index for your engine? In the latter case, you don't need to refresh anything, in the former case, you might have to call refresh on your search index if `refresh_interval` is set to -1 – Val Dec 21 '22 at 06:43

0 Answers0