diff --git a/doc/3rd-party-licenses.txt b/doc/3rd-party-licenses.txt
index 2482fb01..fd81ee7a 100644
--- a/doc/3rd-party-licenses.txt
+++ b/doc/3rd-party-licenses.txt
@@ -30,9 +30,6 @@ jmeter
joda-time
json-taglib
log4j
-lucene-analyzers
-lucene-core
-lucene-highlighter
solr
spring
stax-api
diff --git a/doc/install.html b/doc/install.html
index 3d03a8e2..503cc73d 100644
--- a/doc/install.html
+++ b/doc/install.html
@@ -394,7 +394,7 @@
Directory where the VIVO application will store the data that it creates.
- This includes uploaded files (usually imageS) and the Lucene 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.
|
diff --git a/doc/upgrade-1.3.html b/doc/upgrade-1.3.html
index 419a85ea..1397d85f 100644
--- a/doc/upgrade-1.3.html
+++ b/doc/upgrade-1.3.html
@@ -28,7 +28,7 @@
- upload.directory and LuceneSetup.indexDir are merged into vitro.home.directory [see JB for further details]
+ upload.directory and SolrSetup.indexDir are merged into vitro.home.directory [see JB for further details]
Email parameters in deploy.properties have changed. [see JB for further details]
diff --git a/example.deploy.properties b/example.deploy.properties
index 2636a178..b82e2868 100644
--- a/example.deploy.properties
+++ b/example.deploy.properties
@@ -49,7 +49,7 @@ 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.
+# This includes uploaded files (usually images) and the search index.
#
vitro.home.directory = /usr/local/vivo/data
diff --git a/productMods/WEB-INF/ontologies/app/search.n3 b/productMods/WEB-INF/ontologies/app/search.n3
index cf87f684..ed0b3d31 100644
--- a/productMods/WEB-INF/ontologies/app/search.n3
+++ b/productMods/WEB-INF/ontologies/app/search.n3
@@ -7,12 +7,12 @@
@prefix localNav: .
@prefix bibo: .
-# All instances of a class can be excluded from the lucene
+# All instances of a class can be excluded from the search
# index by adding a vitroDisplay:excludeClass property between
-# vitroDisplay:PrimaryLuceneIndex and the URI of the class
+# vitroDisplay:PrimarySearchIndex and the URI of the class
# that you would like to exclude.
- vitroDisplay:PrimaryLuceneIndex
+ vitroDisplay:PrimarySearchIndex
rdf:type owl:Thing ;
vitroDisplay:excludeClass core:Role ;
vitroDisplay:excludeClass core:AdvisingRelationship ;
diff --git a/productMods/WEB-INF/web.xml b/productMods/WEB-INF/web.xml
index 8329be0b..f22dd23d 100644
--- a/productMods/WEB-INF/web.xml
+++ b/productMods/WEB-INF/web.xml
@@ -163,12 +163,6 @@
edu.cornell.mannlib.vivo.auth.policy.SelfEditorRelationshipPolicy$Setup
-
-
edu.cornell.mannlib.vitro.webapp.search.solr.SolrSetup
@@ -940,12 +934,6 @@
/listObjectPropertyStatements
-
IndividualListController
edu.cornell.mannlib.vitro.webapp.controller.freemarker.SolrIndividualListController
@@ -955,12 +943,6 @@
/individuallist
-
IndividualListRdf
edu.cornell.mannlib.vitro.webapp.controller.IndividualListRdfController
@@ -970,12 +952,6 @@
/listrdf/*
-
SearchController
edu.cornell.mannlib.vitro.webapp.search.controller.SolrPagedSearchController
@@ -999,12 +975,6 @@
/searchcontroller
-
AutocompleteController
edu.cornell.mannlib.vitro.webapp.search.controller.SolrAutocompleteController
@@ -1055,12 +1025,6 @@
/contact
-
JSON Service
edu.cornell.mannlib.vitro.webapp.controller.SolrJsonServlet