[ https://issues.apache.org/jira/browse/SOLR-14814?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Alexandre Rafalovitch updated SOLR-14814: ----------------------------------------- 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.?? curl http://localhost:8983/solr/configapi/config/znodeVersion: {code:json} { "responseHeader":{ "status":0, "QTime":0}, "znodeVersion":{ "overlay":-1, "params":-1}} {code} curl http://localhost:8983/solr/configapi/config |grep znodeVersion *outputs no match* was: curl http://localhost:8983/solr/configapi/config/znodeVersion: {code:json} { "responseHeader":{ "status":0, "QTime":0}, "znodeVersion":{ "overlay":-1, "params":-1}} {code} curl http://localhost:8983/solr/configapi/config |grep znodeVersion *outputs no match* > Config API: /config/znodeVersion outputs content not available in full > /config output > ------------------------------------------------------------------------------------- > > Key: SOLR-14814 > URL: https://issues.apache.org/jira/browse/SOLR-14814 > 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.?? > curl http://localhost:8983/solr/configapi/config/znodeVersion: > {code:json} > { > "responseHeader":{ > "status":0, > "QTime":0}, > "znodeVersion":{ > "overlay":-1, > "params":-1}} > {code} > curl http://localhost:8983/solr/configapi/config |grep znodeVersion > *outputs no match* -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org