From 2771276eced87ed0f503c1b510ed24e6c0301b7b Mon Sep 17 00:00:00 2001 From: ryounes Date: Wed, 13 Jul 2011 15:20:00 +0000 Subject: [PATCH] NIHVIVO-2775 Remove Lucene controllers, libraries, and all references to Lucene throughout the code. --- doc/3rd-party-licenses.txt | 3 -- doc/install.html | 2 +- doc/upgrade-1.3.html | 2 +- example.deploy.properties | 2 +- productMods/WEB-INF/ontologies/app/search.n3 | 6 ++-- productMods/WEB-INF/web.xml | 36 -------------------- 6 files changed, 6 insertions(+), 45 deletions(-) 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]