Fix typos

This commit is contained in:
Sebastian Meyer 2018-11-06 12:53:54 +01:00 committed by GitHub
parent 8f66bbaec4
commit 56fb1d6172
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -75,9 +75,9 @@ See also: https://wiki.apache.org/solr/SolrTomcat
1. Make sure you have Apache Solr 7.4 up and running. Download Solr
from http://lucene.apache.org/solr/. Other versions since 5.0 should be possible but are not tested.
2. Copy the configsets/dlf to to $SOLR_HOME/configsets/dlf.
2. Copy the lib/ApacheSolr/configsets/dlf to $SOLR_HOME/configsets/dlf.
3. Optional but recommended is the authentication. The documentation is available here:
3. Using basic authentication is optional but recommended. The documentation is available here:
https://lucene.apache.org/solr/guide/7_4/basic-authentication-plugin.html
Update instructions