When I make an elastic request on multiple indices I can activate the ignore_unavailable param to avoid unexisting indices (ref: https://www.elastic.co/guide/en/elasticsearch/reference/current/multi-index.html#multi-index).
Is it possible to avoid this error "index_not_found_exception" when I'm doing filterjoin query on an unexisting index?
When I make an elastic request on multiple indices I can activate the ignore_unavailable param to avoid unexisting indices (ref: https://www.elastic.co/guide/en/elasticsearch/reference/current/multi-index.html#multi-index).
Is it possible to avoid this error "index_not_found_exception" when I'm doing filterjoin query on an unexisting index?