mirror of
https://github.com/quickwit-oss/tantivy.git
synced 2026-06-19 09:16:45 +00:00
* add memory limit for aggregations introduce AggregationLimits to set memory consumption limit and bucket limits memory limit is checked during aggregation, bucket limit is checked before returning the aggregation request. * Apply suggestions from code review Co-authored-by: Paul Masurel <paul@quickwit.io> * add ByteCount with human readable format --------- Co-authored-by: Paul Masurel <paul@quickwit.io> |
||
|---|---|---|
| .. | ||
| aggregation.rs | ||
| basic_search.rs | ||
| custom_collector.rs | ||
| custom_tokenizer.rs | ||
| date_time_field.rs | ||
| deleting_updating_documents.rs | ||
| faceted_search.rs | ||
| faceted_search_with_tweaked_score.rs | ||
| fuzzy_search.rs | ||
| index_from_multiple_threads.rs | ||
| index_with_json.rs | ||
| integer_range_search.rs | ||
| ip_field.rs | ||
| iterating_docs_and_positions.rs | ||
| json_field.rs | ||
| pre_tokenized_text.rs | ||
| snippet.rs | ||
| stop_words.rs | ||
| warmer.rs | ||