Install Apache Solr On Windows 10
Install Apache Solr On Windows 10
Click on above heightened binary release then it will get automatically download into
your machine.
Step 2: Extract the solr-7.5.0.zip into your favorite folder then you can see the
following directories.
Apache Solr Directory Structure:
bin: It contains all the necessary binary scripts, which helps the solr make easier to
run.
licenses: The licenses directory includes all of the licenses for 3rd party libraries used
by Solr.
http://localhost:8983/solr
This is the Solr dashboard, where we can see a lot of default configuration details such
as solr-spec version, JVM detail, processor, physical, heap memory occupied by solr
and etc..
As I highlighted above, solr doesn’t create any default cores. A Solr core is a running
instance of the lucene index, that contains all solr configuration details. We have to
create solr core to perform operations like indexing and analyzing the data.
A Solr can contain one or more cores if require these cores can communicate with
each other.
Here confdir and port are optional if you don’t specify these two values, solr assigns it
to the default values as $SOLR_HOME as confdir and 8983 as the port.
Example:
Refresh the Solr dashboard on the web browser, there you can see the created solr
core.
Likewise, you can create your solr cores with optional parameters like confdir and
port.