Uploaded image for project: 'Solr'
  1. Solr
  2. SOLR-14795 Config API Review: Umbrella issue
  3. SOLR-14813

Config API: queryResponseWriter section is empty

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • config-api
    • None

    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:

      {
        "responseHeader":{
          "status":0,
          "QTime":0},
        "config":{"queryResponseWriter":null}}
      

      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.

      Attachments

        Activity

          People

            Unassigned Unassigned
            arafalov Alexandre Rafalovitch
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: