Clarify the explanation and example for vitro.local.solr.url property.
This commit is contained in:
parent
24bba51a47
commit
7ffba81972
1 changed files with 6 additions and 6 deletions
|
@ -32,14 +32,14 @@ tomcat.home = /usr/local/tomcat
|
|||
webapp.name = vitro
|
||||
|
||||
#
|
||||
# URL of Solr context used in local VIVO search. Should consist of:
|
||||
# scheme + servername + port + vivocontextpath + "solr"
|
||||
# In the standard installation, the Solr context will be on the same server as VIVO,
|
||||
# and in the same Tomcat instance. The path will be the VIVO webapp.name (specified
|
||||
# URL of Solr context used in local Vitro search. This will usually consist of:
|
||||
# scheme + server_name + port + vitro_webapp_name + "solr"
|
||||
# In the standard installation, the Solr context will be on the same server as Vitro,
|
||||
# and in the same Tomcat instance. The path will be the Vitro webapp.name (specified
|
||||
# above) + "solr"
|
||||
# Example:
|
||||
# vitro.local.solr.url = http://localhost:8080/vivosolr
|
||||
vitro.local.solr.url = http://localhost:8080/vivosolr
|
||||
# vitro.local.solr.url = http://localhost:8080/vitrosolr
|
||||
vitro.local.solr.url = http://localhost:8080/vitrosolr
|
||||
|
||||
#
|
||||
# Restricts access to the Solr search platform. One or more regular expressions,
|
||||
|
|
Loading…
Add table
Reference in a new issue