Commit 57e7349
build(deps): Bump tantivy from 0.25.0 to 0.26.1 (#65)
Bumps [tantivy](https://github.com/quickwit-oss/tantivy) from 0.25.0 to
0.26.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/quickwit-oss/tantivy/releases">tantivy's
releases</a>.</em></p>
<blockquote>
<h2>Tantivy v0.26.1</h2>
<h2>What's Changed</h2>
<ul>
<li>chore: Release by <a
href="https://github.com/PSeitz"><code>@PSeitz</code></a> in <a
href="https://redirect.github.com/quickwit-oss/tantivy/pull/2686">quickwit-oss/tantivy#2686</a></li>
<li>update release instructions by <a
href="https://github.com/PSeitz-dd"><code>@PSeitz-dd</code></a> in <a
href="https://redirect.github.com/quickwit-oss/tantivy/pull/2687">quickwit-oss/tantivy#2687</a></li>
<li>feat: Regex query grammar by <a
href="https://github.com/Darkheir"><code>@Darkheir</code></a> in <a
href="https://redirect.github.com/quickwit-oss/tantivy/pull/2677">quickwit-oss/tantivy#2677</a></li>
<li>Update CHANGELOG.md for bugfixes by <a
href="https://github.com/PSeitz"><code>@PSeitz</code></a> in <a
href="https://redirect.github.com/quickwit-oss/tantivy/pull/2674">quickwit-oss/tantivy#2674</a></li>
<li>This PR changes the logic used on the ingestion of floats. by <a
href="https://github.com/fulmicoton"><code>@fulmicoton</code></a> in <a
href="https://redirect.github.com/quickwit-oss/tantivy/pull/2692">quickwit-oss/tantivy#2692</a></li>
<li>Add fast field fallback for term query if not indexed by <a
href="https://github.com/PSeitz-dd"><code>@PSeitz-dd</code></a> in <a
href="https://redirect.github.com/quickwit-oss/tantivy/pull/2693">quickwit-oss/tantivy#2693</a></li>
<li>Optimize ExistsQuery for a high number of dynamic columns by <a
href="https://github.com/PSeitz-dd"><code>@PSeitz-dd</code></a> in <a
href="https://redirect.github.com/quickwit-oss/tantivy/pull/2694">quickwit-oss/tantivy#2694</a></li>
<li>Fix CI with rust 1.90 by <a
href="https://github.com/rdettai-sk"><code>@rdettai-sk</code></a> in <a
href="https://redirect.github.com/quickwit-oss/tantivy/pull/2696">quickwit-oss/tantivy#2696</a></li>
<li>fix compiler warnings by <a
href="https://github.com/PSeitz-dd"><code>@PSeitz-dd</code></a> in <a
href="https://redirect.github.com/quickwit-oss/tantivy/pull/2699">quickwit-oss/tantivy#2699</a></li>
<li>clippy by <a
href="https://github.com/PSeitz"><code>@PSeitz</code></a> in <a
href="https://redirect.github.com/quickwit-oss/tantivy/pull/2700">quickwit-oss/tantivy#2700</a></li>
<li>perf: deduplicate queries by <a
href="https://github.com/PSeitz-dd"><code>@PSeitz-dd</code></a> in <a
href="https://redirect.github.com/quickwit-oss/tantivy/pull/2698">quickwit-oss/tantivy#2698</a></li>
<li>add and/or queries benchmark by <a
href="https://github.com/PSeitz"><code>@PSeitz</code></a> in <a
href="https://redirect.github.com/quickwit-oss/tantivy/pull/2701">quickwit-oss/tantivy#2701</a></li>
<li>improve naming in buffered_union by <a
href="https://github.com/PSeitz-dd"><code>@PSeitz-dd</code></a> in <a
href="https://redirect.github.com/quickwit-oss/tantivy/pull/2705">quickwit-oss/tantivy#2705</a></li>
<li>docs: correct grammar by <a
href="https://github.com/msmoiz"><code>@msmoiz</code></a> in <a
href="https://redirect.github.com/quickwit-oss/tantivy/pull/2704">quickwit-oss/tantivy#2704</a></li>
<li>refactor postings by <a
href="https://github.com/PSeitz"><code>@PSeitz</code></a> in <a
href="https://redirect.github.com/quickwit-oss/tantivy/pull/2709">quickwit-oss/tantivy#2709</a></li>
<li>Add DocSet::cost() by <a
href="https://github.com/PSeitz"><code>@PSeitz</code></a> in <a
href="https://redirect.github.com/quickwit-oss/tantivy/pull/2707">quickwit-oss/tantivy#2707</a></li>
<li>Replace AggregationsWithAccessor by <a
href="https://github.com/PSeitz"><code>@PSeitz</code></a> in <a
href="https://redirect.github.com/quickwit-oss/tantivy/pull/2715">quickwit-oss/tantivy#2715</a></li>
<li>Minor clarifications on the AggregationsWithAccessor refacto by <a
href="https://github.com/rdettai-sk"><code>@rdettai-sk</code></a> in <a
href="https://redirect.github.com/quickwit-oss/tantivy/pull/2716">quickwit-oss/tantivy#2716</a></li>
<li>Add Filtering for Term Aggregations by <a
href="https://github.com/PSeitz"><code>@PSeitz</code></a> in <a
href="https://redirect.github.com/quickwit-oss/tantivy/pull/2717">quickwit-oss/tantivy#2717</a></li>
<li>fix merge intermediate aggregation results by <a
href="https://github.com/PSeitz"><code>@PSeitz</code></a> in <a
href="https://redirect.github.com/quickwit-oss/tantivy/pull/2719">quickwit-oss/tantivy#2719</a></li>
<li>use FxHashMap for Aggregations Request by <a
href="https://github.com/PSeitz"><code>@PSeitz</code></a> in <a
href="https://redirect.github.com/quickwit-oss/tantivy/pull/2722">quickwit-oss/tantivy#2722</a></li>
<li>cleanup by <a
href="https://github.com/PSeitz"><code>@PSeitz</code></a> in <a
href="https://redirect.github.com/quickwit-oss/tantivy/pull/2724">quickwit-oss/tantivy#2724</a></li>
<li>Removing obsolete benchmark screenshot by <a
href="https://github.com/fulmicoton"><code>@fulmicoton</code></a> in <a
href="https://redirect.github.com/quickwit-oss/tantivy/pull/2730">quickwit-oss/tantivy#2730</a></li>
<li>remove duplicated call to <code>index_writer.commit</code> in
example by <a
href="https://github.com/Platane"><code>@Platane</code></a> in <a
href="https://redirect.github.com/quickwit-oss/tantivy/pull/2732">quickwit-oss/tantivy#2732</a></li>
<li>feat: added filter aggregation by <a
href="https://github.com/mdashti"><code>@mdashti</code></a> in <a
href="https://redirect.github.com/quickwit-oss/tantivy/pull/2711">quickwit-oss/tantivy#2711</a></li>
<li>Optimize term aggregation with low cardinality + some refactoring by
<a
href="https://github.com/fulmicoton-dd"><code>@fulmicoton-dd</code></a>
in <a
href="https://redirect.github.com/quickwit-oss/tantivy/pull/2740">quickwit-oss/tantivy#2740</a></li>
<li>clippy by <a
href="https://github.com/PSeitz"><code>@PSeitz</code></a> in <a
href="https://redirect.github.com/quickwit-oss/tantivy/pull/2741">quickwit-oss/tantivy#2741</a></li>
<li>remove unused columnar api by <a
href="https://github.com/PSeitz-dd"><code>@PSeitz-dd</code></a> in <a
href="https://redirect.github.com/quickwit-oss/tantivy/pull/2742">quickwit-oss/tantivy#2742</a></li>
<li>Optimization when posting list are saturated. by <a
href="https://github.com/fulmicoton"><code>@fulmicoton</code></a> in <a
href="https://redirect.github.com/quickwit-oss/tantivy/pull/2745">quickwit-oss/tantivy#2745</a></li>
<li>split Term in Term and IndexingTerm by <a
href="https://github.com/PSeitz-dd"><code>@PSeitz-dd</code></a> in <a
href="https://redirect.github.com/quickwit-oss/tantivy/pull/2744">quickwit-oss/tantivy#2744</a></li>
<li>Revert "remove unused columnar api (<a
href="https://redirect.github.com/quickwit-oss/tantivy/issues/2742">#2742</a>)"
by <a href="https://github.com/fulmicoton"><code>@fulmicoton</code></a>
in <a
href="https://redirect.github.com/quickwit-oss/tantivy/pull/2748">quickwit-oss/tantivy#2748</a></li>
<li>fix: Handle phrase prefixed with star by <a
href="https://github.com/Darkheir"><code>@Darkheir</code></a> in <a
href="https://redirect.github.com/quickwit-oss/tantivy/pull/2751">quickwit-oss/tantivy#2751</a></li>
<li>Fix typos again by <a
href="https://github.com/kianmeng"><code>@kianmeng</code></a> in <a
href="https://redirect.github.com/quickwit-oss/tantivy/pull/2753">quickwit-oss/tantivy#2753</a></li>
<li>Implement <code>collect_block</code> for <code>Collector</code>s
which wrap other <code>Collector</code>s by <a
href="https://github.com/stuhood"><code>@stuhood</code></a> in <a
href="https://redirect.github.com/quickwit-oss/tantivy/pull/2727">quickwit-oss/tantivy#2727</a></li>
<li>Added some benchmark for top K by a fast field by <a
href="https://github.com/fulmicoton"><code>@fulmicoton</code></a> in <a
href="https://redirect.github.com/quickwit-oss/tantivy/pull/2754">quickwit-oss/tantivy#2754</a></li>
<li>Lazy scorers by <a
href="https://github.com/fulmicoton"><code>@fulmicoton</code></a> in <a
href="https://redirect.github.com/quickwit-oss/tantivy/pull/2726">quickwit-oss/tantivy#2726</a></li>
<li>docs: add usage example to README by <a
href="https://github.com/rustmailer"><code>@rustmailer</code></a> in <a
href="https://redirect.github.com/quickwit-oss/tantivy/pull/2743">quickwit-oss/tantivy#2743</a></li>
<li>fix unsafe warnings by <a
href="https://github.com/PSeitz"><code>@PSeitz</code></a> in <a
href="https://redirect.github.com/quickwit-oss/tantivy/pull/2757">quickwit-oss/tantivy#2757</a></li>
<li>add term->histogram benchmark by <a
href="https://github.com/PSeitz"><code>@PSeitz</code></a> in <a
href="https://redirect.github.com/quickwit-oss/tantivy/pull/2758">quickwit-oss/tantivy#2758</a></li>
<li>Term and IndexingTerm cleanup by <a
href="https://github.com/PSeitz"><code>@PSeitz</code></a> in <a
href="https://redirect.github.com/quickwit-oss/tantivy/pull/2750">quickwit-oss/tantivy#2750</a></li>
<li>Handle JSON fields and columnar in space_usage by <a
href="https://github.com/PSeitz-dd"><code>@PSeitz-dd</code></a> in <a
href="https://redirect.github.com/quickwit-oss/tantivy/pull/2761">quickwit-oss/tantivy#2761</a></li>
<li>Make <code>Language</code> hashable by <a
href="https://github.com/philippemnoel"><code>@philippemnoel</code></a>
in <a
href="https://redirect.github.com/quickwit-oss/tantivy/pull/2763">quickwit-oss/tantivy#2763</a></li>
<li>Expose AddOperation and with_max_doc by <a
href="https://github.com/philippemnoel"><code>@philippemnoel</code></a>
in <a
href="https://redirect.github.com/quickwit-oss/tantivy/pull/2762">quickwit-oss/tantivy#2762</a></li>
<li>Make DeleteMeta pub by <a
href="https://github.com/philippemnoel"><code>@philippemnoel</code></a>
in <a
href="https://redirect.github.com/quickwit-oss/tantivy/pull/2765">quickwit-oss/tantivy#2765</a></li>
<li>Make some delete-related functions public by <a
href="https://github.com/philippemnoel"><code>@philippemnoel</code></a>
in <a
href="https://redirect.github.com/quickwit-oss/tantivy/pull/2766">quickwit-oss/tantivy#2766</a></li>
<li>move rand_distr to dev_dep by <a
href="https://github.com/PSeitz-dd"><code>@PSeitz-dd</code></a> in <a
href="https://redirect.github.com/quickwit-oss/tantivy/pull/2772">quickwit-oss/tantivy#2772</a></li>
<li>fix coverage by <a
href="https://github.com/PSeitz-dd"><code>@PSeitz-dd</code></a> in <a
href="https://redirect.github.com/quickwit-oss/tantivy/pull/2769">quickwit-oss/tantivy#2769</a></li>
<li>fix bug with minimum_should_match and AllScorer by <a
href="https://github.com/trinity-1686a"><code>@trinity-1686a</code></a>
in <a
href="https://redirect.github.com/quickwit-oss/tantivy/pull/2774">quickwit-oss/tantivy#2774</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/quickwit-oss/tantivy/blob/main/CHANGELOG.md">tantivy's
changelog</a>.</em></p>
<blockquote>
<h1>Tantivy 0.26.1</h1>
<h2>Performance</h2>
<ul>
<li>Fix quadratic runtime in nested term and composite aggregations:
memory accounting scanned all parent buckets on every collect instead of
just the current parent (<a
href="https://github.com/PSeitz"><code>@PSeitz</code></a> <a
href="https://github.com/fulmicoton"><code>@fulmicoton</code></a>)</li>
</ul>
<h1>Tantivy 0.26 (Unreleased)</h1>
<h2>Bugfixes</h2>
<ul>
<li>Align float query coercion during search with the columnar coercion
rules <a
href="https://redirect.github.com/quickwit-oss/tantivy/pull/2692">#2692</a>(<a
href="https://github.com/fulmicoton"><code>@fulmicoton</code></a>)</li>
<li>Fix lenient elastic range queries with trailing closing parentheses
<a
href="https://redirect.github.com/quickwit-oss/tantivy/pull/2816">#2816</a>(<a
href="https://github.com/evance-br"><code>@evance-br</code></a>)</li>
<li>Fix intersection <code>seek()</code> advancing below current doc id
<a
href="https://redirect.github.com/quickwit-oss/tantivy/pull/2812">#2812</a>(<a
href="https://github.com/fulmicoton"><code>@fulmicoton</code></a>)</li>
<li>Fix phrase query prefixed with <code>*</code> <a
href="https://redirect.github.com/quickwit-oss/tantivy/pull/2751">#2751</a>(<a
href="https://github.com/Darkheir"><code>@Darkheir</code></a>)</li>
<li>Fix <code>vint</code> buffer overflow during index creation <a
href="https://redirect.github.com/quickwit-oss/tantivy/pull/2778">#2778</a>(<a
href="https://github.com/rebasedming"><code>@rebasedming</code></a>)</li>
<li>Fix integer overflow in <code>ExpUnrolledLinkedList</code> for large
datasets <a
href="https://redirect.github.com/quickwit-oss/tantivy/pull/2735">#2735</a>(<a
href="https://github.com/mdashti"><code>@mdashti</code></a>)</li>
<li>Fix integer overflow in segment sorting and merge policy truncation
<a
href="https://redirect.github.com/quickwit-oss/tantivy/pull/2846">#2846</a>(<a
href="https://github.com/anaslimem"><code>@anaslimem</code></a>)</li>
<li>Fix merging of intermediate aggregation results <a
href="https://redirect.github.com/quickwit-oss/tantivy/pull/2719">#2719</a>(<a
href="https://github.com/PSeitz"><code>@PSeitz</code></a>)</li>
<li>Fix deduplicate doc counts in term aggregation for multi-valued
fields <a
href="https://redirect.github.com/quickwit-oss/tantivy/pull/2854">#2854</a>(<a
href="https://github.com/nuri-yoo"><code>@nuri-yoo</code></a>)</li>
</ul>
<h2>Features/Improvements</h2>
<ul>
<li><strong>Aggregation</strong>
<ul>
<li>Add filter aggregation <a
href="https://redirect.github.com/quickwit-oss/tantivy/pull/2711">#2711</a>(<a
href="https://github.com/mdashti"><code>@mdashti</code></a>)</li>
<li>Add include/exclude filtering for term aggregations <a
href="https://redirect.github.com/quickwit-oss/tantivy/pull/2717">#2717</a>(<a
href="https://github.com/PSeitz"><code>@PSeitz</code></a>)</li>
<li>Add public accessors for intermediate aggregation results <a
href="https://redirect.github.com/quickwit-oss/tantivy/pull/2829">#2829</a>(<a
href="https://github.com/congx4"><code>@congx4</code></a>)</li>
<li>Replace HyperLogLog++ with Apache DataSketches HLL for cardinality
aggregation <a
href="https://redirect.github.com/quickwit-oss/tantivy/pull/2837">#2837</a>
<a
href="https://redirect.github.com/quickwit-oss/tantivy/pull/2842">#2842</a>(<a
href="https://github.com/congx4"><code>@congx4</code></a>)</li>
<li>Add composite aggregation <a
href="https://redirect.github.com/quickwit-oss/tantivy/pull/2856">#2856</a>(<a
href="https://github.com/fulmicoton"><code>@fulmicoton</code></a>)</li>
</ul>
</li>
<li><strong>Fast Fields</strong>
<ul>
<li>Add fast field fallback for <code>TermQuery</code> when the field is
not indexed <a
href="https://redirect.github.com/quickwit-oss/tantivy/pull/2693">#2693</a>(<a
href="https://github.com/PSeitz-dd"><code>@PSeitz-dd</code></a>)</li>
<li>Add fast field support for <code>Bytes</code> values <a
href="https://redirect.github.com/quickwit-oss/tantivy/pull/2830">#2830</a>(<a
href="https://github.com/mdashti"><code>@mdashti</code></a>)</li>
</ul>
</li>
<li><strong>Query Parser</strong>
<ul>
<li>Add support for regexes in the query grammar <a
href="https://redirect.github.com/quickwit-oss/tantivy/pull/2677">#2677</a>
<a
href="https://redirect.github.com/quickwit-oss/tantivy/pull/2818">#2818</a>(<a
href="https://github.com/Darkheir"><code>@Darkheir</code></a>)</li>
<li>Deduplicate queries in query parser <a
href="https://redirect.github.com/quickwit-oss/tantivy/pull/2698">#2698</a>(<a
href="https://github.com/PSeitz-dd"><code>@PSeitz-dd</code></a>)</li>
</ul>
</li>
<li>Add erased <code>SortKeyComputer</code> for sorting on column types
unknown until runtime <a
href="https://redirect.github.com/quickwit-oss/tantivy/pull/2770">#2770</a>
<a
href="https://redirect.github.com/quickwit-oss/tantivy/pull/2790">#2790</a>(<a
href="https://github.com/stuhood"><code>@stuhood</code></a> <a
href="https://github.com/PSeitz"><code>@PSeitz</code></a>)</li>
<li>Add natural-order-with-none-highest support in
<code>TopDocs::order_by</code> <a
href="https://redirect.github.com/quickwit-oss/tantivy/pull/2780">#2780</a>(<a
href="https://github.com/stuhood"><code>@stuhood</code></a>)</li>
<li>Move stemming behing <code>stemmer</code> feature flag <a
href="https://redirect.github.com/quickwit-oss/tantivy/pull/2791">#2791</a>(<a
href="https://github.com/fulmicoton"><code>@fulmicoton</code></a>)</li>
<li>Make <code>DeleteMeta</code>, <code>AddOperation</code>,
<code>advance_deletes</code>, <code>with_max_doc</code>,
<code>serializer</code> module, and <code>delete_queue</code> public <a
href="https://redirect.github.com/quickwit-oss/tantivy/pull/2762">#2762</a>
<a
href="https://redirect.github.com/quickwit-oss/tantivy/pull/2765">#2765</a>
<a
href="https://redirect.github.com/quickwit-oss/tantivy/pull/2766">#2766</a>
<a
href="https://redirect.github.com/quickwit-oss/tantivy/pull/2835">#2835</a>(<a
href="https://github.com/philippemnoel"><code>@philippemnoel</code></a>
<a href="https://github.com/PSeitz"><code>@PSeitz</code></a>)</li>
<li>Make <code>Language</code> hashable <a
href="https://redirect.github.com/quickwit-oss/tantivy/pull/2763">#2763</a>(<a
href="https://github.com/philippemnoel"><code>@philippemnoel</code></a>)</li>
<li>Improve <code>space_usage</code> reporting for JSON fields and
columnar data <a
href="https://redirect.github.com/quickwit-oss/tantivy/pull/2761">#2761</a>(<a
href="https://github.com/PSeitz-dd"><code>@PSeitz-dd</code></a>)</li>
<li>Split <code>Term</code> into <code>Term</code> and
<code>IndexingTerm</code> <a
href="https://redirect.github.com/quickwit-oss/tantivy/pull/2744">#2744</a>
<a
href="https://redirect.github.com/quickwit-oss/tantivy/pull/2750">#2750</a>(<a
href="https://github.com/PSeitz-dd"><code>@PSeitz-dd</code></a> <a
href="https://github.com/PSeitz"><code>@PSeitz</code></a>)</li>
</ul>
<h2>Performance</h2>
<ul>
<li><strong>Aggregation</strong>
<ul>
<li>Large speed up and memory reduction for nested high cardinality
aggregations by using one collector per request instead of one per
bucket, and adding <code>PagedTermMap</code> for faster medium
cardinality term aggregations <a
href="https://redirect.github.com/quickwit-oss/tantivy/pull/2715">#2715</a>
<a
href="https://redirect.github.com/quickwit-oss/tantivy/pull/2759">#2759</a>(<a
href="https://github.com/PSeitz"><code>@PSeitz</code></a> <a
href="https://github.com/PSeitz-dd"><code>@PSeitz-dd</code></a>)</li>
<li>Optimize low-cardinality term aggregations by using a
<code>Vec</code> instead of a <code>HashMap</code> <a
href="https://redirect.github.com/quickwit-oss/tantivy/pull/2740">#2740</a>(<a
href="https://github.com/fulmicoton-dd"><code>@fulmicoton-dd</code></a>)</li>
</ul>
</li>
<li>Optimize <code>ExistsQuery</code> for a high number of dynamic
columns <a
href="https://redirect.github.com/quickwit-oss/tantivy/pull/2694">#2694</a>(<a
href="https://github.com/PSeitz-dd"><code>@PSeitz-dd</code></a>)</li>
<li>Add lazy scorers to stop score evaluation early when a doc won't
reach the top-K threshold <a
href="https://redirect.github.com/quickwit-oss/tantivy/pull/2726">#2726</a>
<a
href="https://redirect.github.com/quickwit-oss/tantivy/pull/2777">#2777</a>(<a
href="https://github.com/fulmicoton"><code>@fulmicoton</code></a> <a
href="https://github.com/stuhood"><code>@stuhood</code></a>)</li>
<li>Add <code>DocSet::cost()</code> and use it to order scorers in
intersections <a
href="https://redirect.github.com/quickwit-oss/tantivy/pull/2707">#2707</a>(<a
href="https://github.com/PSeitz"><code>@PSeitz</code></a>)</li>
<li>Add <code>collect_block</code> support for collector wrappers <a
href="https://redirect.github.com/quickwit-oss/tantivy/pull/2727">#2727</a>(<a
href="https://github.com/stuhood"><code>@stuhood</code></a>)</li>
<li>Optimize saturated posting lists by replacing them with
<code>AllScorer</code> in boolean queries <a
href="https://redirect.github.com/quickwit-oss/tantivy/pull/2745">#2745</a>
<a
href="https://redirect.github.com/quickwit-oss/tantivy/pull/2760">#2760</a>
<a
href="https://redirect.github.com/quickwit-oss/tantivy/pull/2774">#2774</a>(<a
href="https://github.com/fulmicoton"><code>@fulmicoton</code></a> <a
href="https://github.com/mdashti"><code>@mdashti</code></a> <a
href="https://github.com/trinity-1686a"><code>@trinity-1686a</code></a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/quickwit-oss/tantivy/commit/d8f4c0b703120ed98f06297724dc1522df6019b9"><code>d8f4c0b</code></a>
chore: Release 0.26.1</li>
<li><a
href="https://github.com/quickwit-oss/tantivy/commit/386b0a2a68757e18fd7bd6014ab40884b079c3e3"><code>386b0a2</code></a>
perf(agg): only measure active parent bucket in composite collect</li>
<li><a
href="https://github.com/quickwit-oss/tantivy/commit/56cd88928d04413cb0925e525483fd9c817a466c"><code>56cd889</code></a>
add inline</li>
<li><a
href="https://github.com/quickwit-oss/tantivy/commit/cb8a2df8b06c9bcdf58f63588582c4eae6792edb"><code>cb8a2df</code></a>
agg fix: compute memory consumption only for current bucket</li>
<li><a
href="https://github.com/quickwit-oss/tantivy/commit/9e63fc508153ef770f9ff980c8fa2f11e8e2e6db"><code>9e63fc5</code></a>
chore: Release</li>
<li><a
href="https://github.com/quickwit-oss/tantivy/commit/d882b34cf83af733eeee94851d76988a5aeb4c30"><code>d882b34</code></a>
unbump for release and update Changelog.md</li>
<li><a
href="https://github.com/quickwit-oss/tantivy/commit/3abc137bfecaab4bcfe88126a5bc27ba75933cce"><code>3abc137</code></a>
Update binggan requirement from 0.14.2 to 0.15.3 (<a
href="https://redirect.github.com/quickwit-oss/tantivy/issues/2870">#2870</a>)</li>
<li><a
href="https://github.com/quickwit-oss/tantivy/commit/129c40f8ec06b6802b6afe83f9e61c0c576ee183"><code>129c40f</code></a>
Improve Union Performance for non-score unions (<a
href="https://redirect.github.com/quickwit-oss/tantivy/issues/2863">#2863</a>)</li>
<li><a
href="https://github.com/quickwit-oss/tantivy/commit/a9535156b1bafd4aefe6fa44fb3e256ee80460f0"><code>a953515</code></a>
Fix clippy warnings: deprecated gen_range, manual div_ceil, legacy
import (<a
href="https://redirect.github.com/quickwit-oss/tantivy/issues/2">#2</a>...</li>
<li><a
href="https://github.com/quickwit-oss/tantivy/commit/993ef9781450a34156d82920c2684baa4fd404dc"><code>993ef97</code></a>
update CHANGELOG for tantivy 0.26 release (<a
href="https://redirect.github.com/quickwit-oss/tantivy/issues/2857">#2857</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/quickwit-oss/tantivy/compare/0.25.0...0.26.1">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jonathan D.A. Jewell <6759885+hyperpolymath@users.noreply.github.com>1 parent a311649 commit 57e7349
2 files changed
Lines changed: 74 additions & 66 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
0 commit comments