You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by "Alexandre Rafalovitch (Jira)" <ji...@apache.org> on 2020/09/01 22:55:00 UTC

[jira] [Updated] (SOLR-14813) Config API: queryResponseWriter section is empty

     [ https://issues.apache.org/jira/browse/SOLR-14813?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexandre Rafalovitch updated SOLR-14813:
-----------------------------------------
    Description: 
According to: https://lucene.apache.org/solr/guide/8_6/config-api.html

??The available top-level sections that can be added as path parameters are: query, requestHandler, searchComponent, updateHandler, *queryResponseWriter*, initParams, znodeVersion, listener, directoryFactory, indexConfig, and codecFactory.??

Executing (on master): http://localhost:8983/solr/configapi/config/queryResponseWriter results in:
{code:json}
{
  "responseHeader":{
    "status":0,
    "QTime":0},
  "config":{"queryResponseWriter":null}}
{code}

The section is also missing in the full config output. The solrconfig.xml for this section is all default, but the Config API outputs a lot of defaults elsewhere, so this seems to be a mismatch or a bug.

  was:
According to: https://lucene.apache.org/solr/guide/8_6/config-api.html

??The available top-level sections that can be added as path parameters are: query, requestHandler, searchComponent, updateHandler, queryResponseWriter, initParams, znodeVersion, listener, directoryFactory, *indexConfig*, and codecFactory.??

Executing (on master): http://localhost:8983/solr/configapi/config/queryResponseWriter results in:
{code:json}
{
  "responseHeader":{
    "status":0,
    "QTime":0},
  "config":{"queryResponseWriter":null}}
{code}

The section is also missing in the full config output. The solrconfig.xml for this section is all default, but the Config API outputs a lot of defaults elsewhere, so this seems to be a mismatch or a bug.


> Config API: queryResponseWriter section is empty
> ------------------------------------------------
>
>                 Key: SOLR-14813
>                 URL: https://issues.apache.org/jira/browse/SOLR-14813
>             Project: Solr
>          Issue Type: Sub-task
>      Security Level: Public(Default Security Level. Issues are Public) 
>          Components: config-api
>            Reporter: Alexandre Rafalovitch
>            Priority: Major
>
> According to: https://lucene.apache.org/solr/guide/8_6/config-api.html
> ??The available top-level sections that can be added as path parameters are: query, requestHandler, searchComponent, updateHandler, *queryResponseWriter*, initParams, znodeVersion, listener, directoryFactory, indexConfig, and codecFactory.??
> Executing (on master): http://localhost:8983/solr/configapi/config/queryResponseWriter results in:
> {code:json}
> {
>   "responseHeader":{
>     "status":0,
>     "QTime":0},
>   "config":{"queryResponseWriter":null}}
> {code}
> The section is also missing in the full config output. The solrconfig.xml for this section is all default, but the Config API outputs a lot of defaults elsewhere, so this seems to be a mismatch or a bug.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org