hello,
I'm using Elasticsearch's profile API to try and figure out what's taking so long.
I currently have an index implemented with parent-child modeling.
When I run a has_child
query, I am getting a high match
in my analytics.
If I check the official documentation for the Profile API, it says the following about matches.
Because this two-phase process is only used by a handful of queries, the match statistic is often zero
Is the has_child
query a minority query that qualifies for match
?
Also, I was wondering if there is a way to reduce match
.
Thank you for your answer.