From 10951a717f43cbcc8462b5b9d851d2bd2b78ed24 Mon Sep 17 00:00:00 2001 From: eg3p Date: Sun, 24 Jun 2007 18:28:47 +0000 Subject: [PATCH] improved indexing --- archive/copy-to-solr-webapp/Readme.txt | 21 ++++++++++++------- archive/copy-to-solr-webapp/schema.xml | 3 ++- archive/styles/mergeMetadataAndData.xsl | 2 +- ...arizeTranscript.xsl => solarizeTitles.xsl} | 10 ++++++--- lucene-thdl-build.xml | 6 +++++- 5 files changed, 28 insertions(+), 14 deletions(-) rename archive/styles/{solarizeTranscript.xsl => solarizeTitles.xsl} (90%) diff --git a/archive/copy-to-solr-webapp/Readme.txt b/archive/copy-to-solr-webapp/Readme.txt index 2307f3c..db40fad 100644 --- a/archive/copy-to-solr-webapp/Readme.txt +++ b/archive/copy-to-solr-webapp/Readme.txt @@ -2,14 +2,19 @@ The files in this directory must be copied to your solr webapp before you can use lucene-thdl-build.xml to post, commit, or delete documents from your solr server. -schema.xml & solrconfig.xml: - Copy these files to your solr/conf directory, - replacing the existing files with these names +First, run the task solr-prepare-for-copy-to-solr-webapp. - -lucene-thdl.jar : - Create an up to date copy of this file by - running the task lucene-thdl-jar, then copy - to your solr/lib directory. If solr/lib does +Then, copy files to SOLR as follows: + +*.xml: + Copy to your solr/conf directory, replacing any + existing files.. + +*.xsl + Copy to the solr/conf/xslt directory. + +*.jar + Copy to your solr/lib directory. If solr/lib does not exist, then create it. + diff --git a/archive/copy-to-solr-webapp/schema.xml b/archive/copy-to-solr-webapp/schema.xml index f498187..c848a22 100644 --- a/archive/copy-to-solr-webapp/schema.xml +++ b/archive/copy-to-solr-webapp/schema.xml @@ -188,6 +188,7 @@ + - + diff --git a/archive/styles/mergeMetadataAndData.xsl b/archive/styles/mergeMetadataAndData.xsl index 78de4c4..3b403df 100644 --- a/archive/styles/mergeMetadataAndData.xsl +++ b/archive/styles/mergeMetadataAndData.xsl @@ -17,7 +17,7 @@ - + diff --git a/archive/styles/solarizeTranscript.xsl b/archive/styles/solarizeTitles.xsl similarity index 90% rename from archive/styles/solarizeTranscript.xsl rename to archive/styles/solarizeTitles.xsl index 6c45ce3..1d76c93 100644 --- a/archive/styles/solarizeTranscript.xsl +++ b/archive/styles/solarizeTitles.xsl @@ -28,7 +28,8 @@ - + + @@ -49,7 +50,8 @@ - + + @@ -103,8 +105,10 @@ + - + + diff --git a/lucene-thdl-build.xml b/lucene-thdl-build.xml index 8a2a6f9..4912f3f 100644 --- a/lucene-thdl-build.xml +++ b/lucene-thdl-build.xml @@ -100,7 +100,7 @@ - + @@ -141,6 +141,10 @@ + + + +