You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Konstantin Gribov (JIRA)" <ji...@apache.org> on 2018/10/24 19:53:00 UTC

[jira] [Created] (SOLR-12916) Fail to parse queries for listeners added via Config API

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-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org