mirror of https://github.com/apache/lucene.git
Added missing migrate entry for #13602
This commit is contained in:
parent
68cc8734ca
commit
10420c6c47
|
@ -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)
|
Loading…
Reference in New Issue