Skip to content
Commit af1d7ef1 authored by Simon Brandhof's avatar Simon Brandhof
Browse files

SONAR-7645 Disable ES norms when possible

Norms are used when a string field is involved
in a match query. Basically they are useless
when only filters or aggregations are executed.
In this case they can be disabled. It won't
consume memory for nothing.
parent 23ee784e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment