Installation and Upgrade > Installation and Configuration Guide > Using the PTC Solution Installer > Installing Windchill Solutions > Optional Product Settings > Windchill Index Search Installation > Windchill Index Search Post-Installation Configuration > Configure the Standalone Index Search Server
  
Configure the Standalone Index Search Server
If you have installed the index search server in standalone mode, complete the steps described in this section.
The following configurations are carried out automatically during the installation of index search server in standalone mode:
Creating the Solr cores (Standalone mode)
Configuring the basic authentication for Solr
Starting the Solr server
* 
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 8 or higher. If not, set the SOLR_JAVA_HOME environment variable before executing the following commands:
Windows: SET SOLR_JAVA_HOME=<PATH_TO_JAVA_8>
Unix: export SOLR_JAVA_HOME=<PATH_TO_JAVA_8>