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

**URL:** https://discuss.elastic.co/t/elasticsearch-must-query-with-nestedquery-scoremode-none-vs-filter-with-nested-query-scoremode-none-performance/292524
**Category:** Elasticsearch
**Created:** [December 21, 2021, 5:56am UTC](https://discuss.elastic.co/t/elasticsearch-must-query-with-nestedquery-scoremode-none-vs-filter-with-nested-query-scoremode-none-performance/292524 "2021-12-21T05:56:56Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Akshayyha\_Krishnamur](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/akshayyha_krishnamur/32/93758_2.png) [@Akshayyha\_Krishnamur](https://discuss.elastic.co/u/Akshayyha_Krishnamur)
#### Post date: [December 21, 2021, 5:56am UTC](https://discuss.elastic.co/t/elasticsearch-must-query-with-nestedquery-scoremode-none-vs-filter-with-nested-query-scoremode-none-performance/292524/1 "2021-12-21T05:56:56Z")

</div>

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.

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [January 18, 2022, 5:57am UTC](https://discuss.elastic.co/t/elasticsearch-must-query-with-nestedquery-scoremode-none-vs-filter-with-nested-query-scoremode-none-performance/292524/2 "2022-01-18T05:57:20Z")

</div>

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