Clarify the explanation and example for vitro.local.solr.url property.

This commit is contained in:
j2blake 2011-07-18 20:34:54 +00:00
parent 42eabc9cce
commit 2c63ce604b

View file

@ -42,8 +42,8 @@ tomcat.home = /usr/local/tomcat
webapp.name = vivo webapp.name = vivo
# #
# URL of Solr context used in local VIVO search. Should consist of: # URL of Solr context used in local VIVO search. This will usually consist of:
# scheme + servername + port + vivocontextpath + "solr" # scheme + server_name + port + vivo_webapp_name + "solr"
# In the standard installation, the Solr context will be on the same server as VIVO, # 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 # and in the same Tomcat instance. The path will be the VIVO webapp.name (specified
# above) + "solr" # above) + "solr"