Konstantin Gribov created SOLR-12916:
----------------------------------------

             Summary: Fail to parse queries for listeners added via Config API
                 Key: SOLR-12916
                 URL: https://issues.apache.org/jira/browse/SOLR-12916
             Project: Solr
          Issue Type: Bug
      Security Level: Public (Default Security Level. Issues are Public)
          Components: config-api
    Affects Versions: 7.5
            Reporter: Konstantin Gribov


{{//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).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to