NIHVIVO-2437 Switch to Solr index and controllers
This commit is contained in:
parent
44c5371749
commit
2d450029fb
2 changed files with 35 additions and 29 deletions
|
@ -41,6 +41,12 @@ tomcat.home = /usr/local/tomcat
|
|||
#
|
||||
webapp.name = vivo
|
||||
|
||||
#
|
||||
# URL of Solr context used in local VIVO search. Should consist of
|
||||
# scheme + servername + port + contextpath + "solr"
|
||||
#
|
||||
vitro.local.solr.url = http://localhost:8080/vivosolr
|
||||
|
||||
#
|
||||
# The location where the VIVO application will store the data that it creates.
|
||||
# This includes uploaded files (usually images) and the Lucene search index.
|
||||
|
@ -48,10 +54,11 @@ webapp.name = vivo
|
|||
vitro.home.directory = /usr/local/vivo/data
|
||||
|
||||
#
|
||||
# SMTP host which the "Contact Us" form can use to send mail. If this is left
|
||||
# empty, the "Contact Us" form will be disabled.
|
||||
# SMTP host used to send email, and the email recipient.
|
||||
# If these are left empty, email is disabled.
|
||||
#
|
||||
Vitro.smtpHost =
|
||||
email.smtpHost =
|
||||
email.replyTo =
|
||||
|
||||
#
|
||||
# The basic parameters for a database connection. Change the end of the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue