Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
7.5
-
None
-
None
Description
//listener/queries should be array of NamedList but it can't be added via Config API (or configoverlay.json) since things like "queries": [ ["q", "*:*", "rows", 1] ] are deserialized into List<List> and not into List<NamedList> required in QuerySenderListener:51 (as of Solr 7.5.0).
Attachments
Issue Links
- is related to
-
SOLR-9354 ClusteringComponent added using Config API causes error when reloading the collection
- Resolved