- Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Description
Description
As a follow-up of #11041, we would like to remove all deprecated IndexSearcher#search(Query, Collector) methods in the next major release, preferably 10.0.0.
A list of the leftover usages follows:
- facet: FacetsCollector (ongoing discussion at Should the static search methods in FacetsCollector take a FacetsCollector as last argument? #13725, PR at Replace static FacetsCollector#search methods #13733)
- facet.test: TestTaxonomyFacetAssociations (PR at Remove leftover search(Query, Collector) usages in TestTaxonomyFacetAssociations #13726)
- grouping: GroupingSearch
- grouping.test: BaseGroupSelectorTestCase, TestAllGroupHeadsCollector, TestAllGroupsCollector, TestDistinctValuesCollector, TestGroupFacetCollector, TestGrouping
- join: JoinUtil (PR at Remove usage of IndexSearcher#search(Query, Collector) from join package #13747)
- join.test: TestJoinUtil (PR at Remove usage of IndexSearcher#search(Query, Collector) from join package #13747)
- monitor: CollectingMatcher (PR at Remove usage of IndexSearcher#Search(Query, Collector) from monitor package #13735)
- test-framework: QueryUtils
- misc.test: TestDiversifiedTopDocsCollector
- misc.test: TestDocValuesStatsCollector
- misc.test: TestMemoryAccountingBitsetCollector
- sandbox.test: TestLargeNumHitsTopDocsCollector
- sandbox.test: TestProfilerCollector (PR at Introduce ProfilerCollectorManager #13746)
Reactions are currently unavailable