Cloudera Search configuration files
Cloudera Search configuration is primarily controlled by several configuration files, that are mostly stored in Apache ZooKeeper.
Configuration File | Description |
---|---|
solr.xml |
This file is stored in ZooKeeper, and controls global properties for Apache
Solr. To edit this file, you must download it from ZooKeeper, make your
changes, and then upload the modified file back to ZooKeeper using the
|
solrconfig.xml |
Each collection in Solr uses a |
managed-schema or schema.xml
|
Cloudera recommends using a managed schema, and making schema changes using
the Schema API (Apache Solr
documentation). Collections use either a managed schema or the
legacy |
core.properties |
Unlike other configuration files, this file is stored in the local filesystem rather than ZooKeeper, and is used for core discovery. For more information on this process and the structure of the file, see Defining core.properties in the Solr documentation. |
Additional files | Any additional files referenced in the xml files, for
example, custom JAR files. |