upgrade to solr 3.6.1

This commit is contained in:
Michael Peter Christen 2012-08-17 15:11:21 +02:00
parent e651d3e320
commit 2ccf1dba71
7 changed files with 1075 additions and 6 deletions

View File

@ -48,7 +48,6 @@
<classpathentry kind="lib" path="lib/log4j-over-slf4j-1.6.1.jar"/> <classpathentry kind="lib" path="lib/log4j-over-slf4j-1.6.1.jar"/>
<classpathentry kind="lib" path="lib/commons-lang-2.6.jar"/> <classpathentry kind="lib" path="lib/commons-lang-2.6.jar"/>
<classpathentry kind="lib" path="lib/lucene-core-3.6.0.jar"/> <classpathentry kind="lib" path="lib/lucene-core-3.6.0.jar"/>
<classpathentry kind="lib" path="lib/apache-solr-solrj-3.6.0.jar" sourcepath="/Volumes/Raptor/Data/workspace/apache-solr-3.6.0/src/"/>
<classpathentry kind="lib" path="lib/lucene-phonetic-3.6.0.jar"/> <classpathentry kind="lib" path="lib/lucene-phonetic-3.6.0.jar"/>
<classpathentry kind="lib" path="lib/lucene-spatial-3.6.0.jar"/> <classpathentry kind="lib" path="lib/lucene-spatial-3.6.0.jar"/>
<classpathentry kind="lib" path="lib/lucene-spellchecker-3.6.0.jar"/> <classpathentry kind="lib" path="lib/lucene-spellchecker-3.6.0.jar"/>
@ -61,6 +60,8 @@
<classpathentry kind="lib" path="lib/fontbox-1.7.0.jar"/> <classpathentry kind="lib" path="lib/fontbox-1.7.0.jar"/>
<classpathentry kind="lib" path="lib/pdfbox-1.7.0.jar"/> <classpathentry kind="lib" path="lib/pdfbox-1.7.0.jar"/>
<classpathentry kind="lib" path="lib/jempbox-1.7.0.jar"/> <classpathentry kind="lib" path="lib/jempbox-1.7.0.jar"/>
<classpathentry kind="lib" path="lib/apache-solr-core-3.6.1.jar"/>
<classpathentry kind="lib" path="lib/apache-solr-solrj-3.6.1.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/> <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="lib" path="lib/icu4j-core.jar"/> <classpathentry kind="lib" path="lib/icu4j-core.jar"/>
<classpathentry kind="lib" path="lib/htmllexer.jar"/> <classpathentry kind="lib" path="lib/htmllexer.jar"/>
@ -68,7 +69,6 @@
<classpathentry kind="lib" path="lib/sax-2.0.1.jar"/> <classpathentry kind="lib" path="lib/sax-2.0.1.jar"/>
<classpathentry kind="lib" path="lib/arq-2.8.7.jar"/> <classpathentry kind="lib" path="lib/arq-2.8.7.jar"/>
<classpathentry kind="lib" path="lib/iri-0.8.jar"/> <classpathentry kind="lib" path="lib/iri-0.8.jar"/>
<classpathentry kind="lib" path="lib/apache-solr-core-3.6.0.jar" sourcepath="/Volumes/Raptor/Data/workspace/apache-solr-3.6.0/src/java"/>
<classpathentry kind="lib" path="lib/jsoup-1.6.3.jar"/> <classpathentry kind="lib" path="lib/jsoup-1.6.3.jar"/>
<classpathentry kind="output" path="gen"/> <classpathentry kind="output" path="gen"/>
</classpath> </classpath>

View File

@ -40,8 +40,8 @@
<string>$JAVAROOT/lib/J7Zip-modified.jar</string> <string>$JAVAROOT/lib/J7Zip-modified.jar</string>
<string>$JAVAROOT/lib/activation.jar</string> <string>$JAVAROOT/lib/activation.jar</string>
<string>$JAVAROOT/lib/apache-mime4j-0.6.jar</string> <string>$JAVAROOT/lib/apache-mime4j-0.6.jar</string>
<string>$JAVAROOT/lib/apache-solr-core-3.6.0.jar</string> <string>$JAVAROOT/lib/apache-solr-core-3.6.1.jar</string>
<string>$JAVAROOT/lib/apache-solr-solrj-3.6.0.jar</string> <string>$JAVAROOT/lib/apache-solr-solrj-3.6.1.jar</string>
<string>$JAVAROOT/lib/arq-2.8.7.jar</string> <string>$JAVAROOT/lib/arq-2.8.7.jar</string>
<string>$JAVAROOT/lib/bcmail-jdk15-145.jar</string> <string>$JAVAROOT/lib/bcmail-jdk15-145.jar</string>
<string>$JAVAROOT/lib/bcprov-jdk15-145.jar</string> <string>$JAVAROOT/lib/bcprov-jdk15-145.jar</string>

View File

@ -159,8 +159,8 @@
<pathelement location="${lib}/J7Zip-modified.jar" /> <pathelement location="${lib}/J7Zip-modified.jar" />
<pathelement location="${lib}/activation.jar" /> <pathelement location="${lib}/activation.jar" />
<pathelement location="${lib}/apache-mime4j-0.6.jar" /> <pathelement location="${lib}/apache-mime4j-0.6.jar" />
<pathelement location="${lib}/apache-solr-core-3.6.0.jar" /> <pathelement location="${lib}/apache-solr-core-3.6.1.jar" />
<pathelement location="${lib}/apache-solr-solrj-3.6.0.jar" /> <pathelement location="${lib}/apache-solr-solrj-3.6.1.jar" />
<pathelement location="${lib}/arq-2.8.7.jar" /> <pathelement location="${lib}/arq-2.8.7.jar" />
<pathelement location="${lib}/bcmail-jdk15-145.jar" /> <pathelement location="${lib}/bcmail-jdk15-145.jar" />
<pathelement location="${lib}/bcprov-jdk15-145.jar" /> <pathelement location="${lib}/bcprov-jdk15-145.jar" />

File diff suppressed because it is too large Load Diff