Configure Apache Solr
Obtain example configuration files by following these steps:
$ sudo /opt/bitnami/ctlscript.sh stop solr
-
Change directories to locate the files:
$ cd /opt/bitnami/solr
-
Create Solr home directory /opt/bitnami/solr/example/techproducts/solr by executing the following command:
$ sudo ./bin/solr -e techproducts
This action creates a set of example configuration files in /opt/bitnami/solr/example/techproducts/solr/techproducts/conf. These are configuration references. Modify these files depending on your server requirements.