Added missing migrate entry for #13602

This commit is contained in:
Luca Cavanna 2024-09-03 09:49:18 +02:00
parent 68cc8734ca
commit 10420c6c47
1 changed files with 4 additions and 0 deletions

View File

@ -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 Callers must now keep track of the Weight instance that created the Scorer if they need it, instead of relying on
Scorer. 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)