Elasticsearch MUST query with nestedQuery() ScoreMode.NONE vs FILTER with nested Query SCOREMODE.NONE performance

I am developing an Elasticsearch logic for searching certain fields and we are not concerned about relevance scoring. I already implemented the logic with MUST queries having nestedQuery ScoreMode.NONE. However, I came across FILTER query which doesn't account for scoring as well.

So, I would like to know if there's a difference between these two implementations.

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