Solr Configuration Definition Properties
Path ParametersParameter | Description |
---|---|
collection | The collection that contains the configuration files to list or view. |
path | The path to a specific file or nested child nodes. If the file is not nested, the filename can be entered without any path information. |
Parameter | Description |
---|---|
expand | If true, the binary content of a file will be returned base64 encoded. If this is not included, only the metadata about each node will be returned. If you would like to see the content of the file in plain text, you can add ‘Accept: text/plain’ to the request header. Alternately, you can get the raw bytes by adding ‘Accept: application/octet-stream’ to the header. |
recursive | If true, children of nested ZooKeeper nodes will be returned. This can be used in conjunction with the path to show only children of a specific node. |
- name. The name of the file or node.
- version. The file or node version from ZooKeeper.
- isDir. If the node has children, this value will be true.
- value. Only returned if “expand=true” is added as a query parameter. This will be returned as the base64 encoding of the contents of the file.
ZooKeeper Collection Configuration Definition Properties
Path ParametersParameter | Description |
---|---|
collection | The collection that contains the configuration files to list or view. |
path | The path to a specific file (including nested child nodes). |
Parameter | Description |
---|---|
reload | If true, the collection will be reloaded to make the changes available to Solr immediately. |