Files
tantivy/src
cong.xie 0d7abe5d23 feat(aggregation): add public accessors for intermediate aggregation results
Add accessor methods to allow external crates to read intermediate
aggregation results without accessing pub(crate) fields:

- IntermediateAggregationResults: get(), get_mut(), remove()
- IntermediateTermBucketResult: entries(), sum_other_doc_count(), doc_count_error_upper_bound()
- IntermediateAverage: stats()
- IntermediateStats: count(), sum()
- IntermediateKey: Display impl for string conversion
2026-02-06 10:28:59 -05:00
..
2026-01-27 09:22:11 +01:00
2026-01-27 09:22:11 +01:00
2026-01-27 09:22:11 +01:00
2025-10-23 10:23:34 +02:00
2026-01-27 09:21:09 +01:00
2026-01-30 17:06:41 +01:00
2025-07-02 11:25:03 +02:00
2026-01-02 12:40:42 +01:00
2026-01-27 09:22:11 +01:00
2026-01-02 12:40:42 +01:00
2025-12-01 15:38:57 +01:00
2026-01-27 09:21:09 +01:00
2025-12-01 12:15:41 +01:00
2026-01-14 10:19:09 +01:00
2024-10-22 09:26:54 +08:00