I have a couple of questions in my mind regarding query tuning in Elastic search
- Sometimes score for result hits are null, though the query written in Query Context , why?
- Is there any configuration in Elastic search to disable score calculation?
- Generally speaking, how expensive score calculation is?
- I am used to wrapping all my queries in a bool { filter } to take them into the filter context, Is this a right strategy to force queries to run in a filter context or there are better ways?
Thanks in advance