Greg Miller
Greg Miller
We've added faceting tasks a couple of times recently that require additions to `localrun.py`. Without updating the run definition, the user will get semi-cryptic stack traces to debug. For example,...
It looks like we don't have any benchmarking for this association facet implementation. It would be nice to create one.
It looks like the current faceting-focused benchmark tasks are focused on "browsing" (i.e., match all docs style facet counting). It would be nice to extend the faceting benchmark coverage to...
This makes incremental progress against LUCENE-10207, allowing `TermInSetQuery` to provide cost estimation so it might be used in an `IndexOrDocValuesQuery`.
### Description (or a Jira issue link if you have one) This change introduces an optimization to `TermInSetQuery` when a term is present that matches all docs in a segment.
LUCENE-10207: Add "slow" term-in-set query support to SortedDocValuesField / SortedSetDocValuesField
# Description This change introduces "slow" term-in-set query support exposed through SDV and SSDV Fields. These "slow" queries can be combined with standard TermInSet queries in an IndexOrDocValues query for...
# Description There could be use-cases where a user wants to terminate all wrapped collectors in a MultiCollector when one terminates. Today, other collectors continue collecting. For example, a user...
### Description `LongValueFacetCounts#getTopChildrenSortByCount` does exactly the same thing as the more standard `LongValueFacetCounts#getTopChildren`, so we can tighten up our API. Note that this PR would go with 10.0, and I'll...
### Description This is a companion (backport) PR to #11744 that marks functionality deprecated instead of outright removing it.
### Description This PR explores allowing `DisjunctionDISIApproximation` to short-circuit after "finding" a doc, allowing sub-iterators to only be exhaustively advanced when necessary. This could be useful for non-scoring disjunction clauses....