OpenSearch/server
Nik Everett 771a8893a6
Add more debugging information for cardinality agg (#62317) (#62397)
This adds two extra bits of info to the profiler:
1. Count of the number of different types of collectors. This lets us figure
   out if we're using the optimization for segment ordinals. It adds a few
   more similar counters just for good measure.
2. Profiles the `getLeafCollector` and `postCollection` methods. These are
   non-trivial for some aggregations, like cardinality.
2020-09-15 13:21:11 -04:00
..
licenses Upgrade to lucene-8.7.0-snapshot-cdfdc1e0851. (#62376) 2020-09-15 17:48:07 +02:00
src Add more debugging information for cardinality agg (#62317) (#62397) 2020-09-15 13:21:11 -04:00
build.gradle Search - add case insensitive support for regex queries. (#59441) (#61532) 2020-08-25 17:18:59 +01:00