From eab67c3060019cec12e4112d23a043c501acb52b Mon Sep 17 00:00:00 2001 From: j2blake Date: Wed, 13 Jul 2011 21:33:46 +0000 Subject: [PATCH] Document the Solr deploy properties. --- doc/install.html | 42 +++++++++++++++++++++++++++++++++++++++++- 1 file changed, 41 insertions(+), 1 deletion(-) diff --git a/doc/install.html b/doc/install.html index 503cc73d..5abef894 100644 --- a/doc/install.html +++ b/doc/install.html @@ -391,10 +391,50 @@ vivo + + + 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 above) + "solr" + + + + + vitro.local.solr.url + + + http://localhost:8080/vivosolr + + + + + Restricts access to the Solr search platform. + One or more regular expressions, separated by commas. + When a request is made to Solr, the IP address of the requestor must match + one of the patterns, or the request will be rejected. +
+ Examples: + + + + + + vitro.local.solr.ipaddress.mask + + + 127\.0\.0\.1,0:0:0:0:0:0:0:1 + + Directory where the VIVO application will store the data that it creates. - This includes uploaded files (usually imageS) and the Solr search index. + This includes uploaded files (usually images) and the Solr search index. Be sure this directory exists and is writable by the user who the Tomcat service is running as.