Skip to content

Commit

Permalink
Added missing migrate entry for apache#13602
Browse files Browse the repository at this point in the history
  • Loading branch information
javanna committed Sep 3, 2024
1 parent 68cc873 commit 10420c6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lucene/MIGRATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -793,3 +793,7 @@ Specifically, the method `FunctionValues#getScorer(Weight weight, LeafReaderCont
Callers must now keep track of the Weight instance that created the Scorer if they need it, instead of relying on
Scorer.

### `SearchWithCollectorTask` no longer supports the `collector.class` config parameter

`collector.class` used to allow users to load a custom collector implementation. `collector.manager.class`
replaces it by allowing users to load a custom collector manager instead. (Luca Cavanna)

0 comments on commit 10420c6

Please sign in to comment.