|
• The above configuration steps are not automated on Solaris platform. If you have installed index search server on Solaris platform, you need to perform all the configuration steps manually described in this section.
• Ensure that you are using Java version 17 or higher. If not, set the SOLR_JAVA_HOME environment variable before executing the following commands:
◦ Windows: SET SOLR_JAVA_HOME=<PATH_TO_JAVA_17>
◦ Unix: export SOLR_JAVA_HOME=<PATH_TO_JAVA_17>
|