Adrien Grand 78a6c3427b Optimize terms queries on ip addresses to use a PointInSetQuery whenever possible. (#25669)
We can't do it in the general case because of prefix queries, but I believe this
is mostly used in query strings and not in explicit `terms` queries.

Closes #25667
2017-07-17 15:39:01 +02:00
..