Adding solr indexing prototype
This commit is contained in:
parent
9bfa6acbd5
commit
543c1cd945
9 changed files with 442 additions and 58 deletions
|
@ -52,6 +52,14 @@ VitroConnection.DataSource.url = jdbc:mysql://localhost/vitro
|
|||
VitroConnection.DataSource.username = vitroweb
|
||||
VitroConnection.DataSource.password = vitrovitro
|
||||
|
||||
#
|
||||
# The URL to connect to for the Solr service that is used by the application.
|
||||
# The Solr service provides the application with full text search and many
|
||||
# other features. If you leave this commented out the application will attempt to use
|
||||
# the solr from the same tomcat server at the context ${webapp.name}solr
|
||||
#
|
||||
# vitro.local.solr.url =
|
||||
|
||||
#
|
||||
# The name of your first admin user for the VIVO application. The password
|
||||
# for this user is initially set to "defaultAdmin", but you will be asked to
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue