Aggregation with index - no, not_analyzed

Hello,

For an integer the index can be only either no or not_analyzed. However, if we want to aggregate it over it, then should we set the index to not_analyzed for performance reasons or just index to no and doc_values to true would be sufficient.

Thanks

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