mirror of https://github.com/apache/lucene.git
LUCENE-3937: Removed remaining references to the patched xercesImpl jar; added benchmark/CHANGES.txt entry.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1307165 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4d31bb3a7c
commit
91fb08086a
|
@ -100,7 +100,7 @@
|
||||||
<classpathentry kind="lib" path="modules/analysis/morfologik/lib/morfologik-polish-1.5.2.jar"/>
|
<classpathentry kind="lib" path="modules/analysis/morfologik/lib/morfologik-polish-1.5.2.jar"/>
|
||||||
<classpathentry kind="lib" path="modules/analysis/morfologik/lib/morfologik-stemming-1.5.2.jar"/>
|
<classpathentry kind="lib" path="modules/analysis/morfologik/lib/morfologik-stemming-1.5.2.jar"/>
|
||||||
<classpathentry kind="lib" path="modules/benchmark/lib/commons-compress-1.2.jar"/>
|
<classpathentry kind="lib" path="modules/benchmark/lib/commons-compress-1.2.jar"/>
|
||||||
<classpathentry kind="lib" path="modules/benchmark/lib/xercesImpl-2.9.1-patched-XERCESJ-1257.jar"/>
|
<classpathentry kind="lib" path="modules/benchmark/lib/xercesImpl-2.9.1.jar"/>
|
||||||
<classpathentry kind="lib" path="solr/lib/apache-solr-noggit-r1211150.jar"/>
|
<classpathentry kind="lib" path="solr/lib/apache-solr-noggit-r1211150.jar"/>
|
||||||
<classpathentry kind="lib" path="solr/lib/apache-solr-commons-csv-1.0-SNAPSHOT-r966014.jar"/>
|
<classpathentry kind="lib" path="solr/lib/apache-solr-commons-csv-1.0-SNAPSHOT-r966014.jar"/>
|
||||||
<classpathentry kind="lib" path="solr/lib/commons-fileupload-1.2.1.jar"/>
|
<classpathentry kind="lib" path="solr/lib/commons-fileupload-1.2.1.jar"/>
|
||||||
|
|
|
@ -84,11 +84,6 @@
|
||||||
<artifactId>lucene-facet</artifactId>
|
<artifactId>lucene-facet</artifactId>
|
||||||
<version>${project.version}</version>
|
<version>${project.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
|
||||||
<groupId>${project.groupId}</groupId>
|
|
||||||
<artifactId>lucene-xercesImpl</artifactId>
|
|
||||||
<version>${project.version}</version>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.ibm.icu</groupId>
|
<groupId>com.ibm.icu</groupId>
|
||||||
<artifactId>icu4j</artifactId>
|
<artifactId>icu4j</artifactId>
|
||||||
|
@ -97,6 +92,10 @@
|
||||||
<groupId>org.apache.commons</groupId>
|
<groupId>org.apache.commons</groupId>
|
||||||
<artifactId>commons-compress</artifactId>
|
<artifactId>commons-compress</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>xerces</groupId>
|
||||||
|
<artifactId>xercesImpl</artifactId>
|
||||||
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<build>
|
<build>
|
||||||
<directory>${build-directory}</directory>
|
<directory>${build-directory}</directory>
|
||||||
|
|
|
@ -360,6 +360,11 @@
|
||||||
<artifactId>spatial4j</artifactId>
|
<artifactId>spatial4j</artifactId>
|
||||||
<version>0.2</version>
|
<version>0.2</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>xerces</groupId>
|
||||||
|
<artifactId>xercesImpl</artifactId>
|
||||||
|
<version>2.9.1</version>
|
||||||
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</dependencyManagement>
|
</dependencyManagement>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
@ -631,20 +636,6 @@
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-install-plugin</artifactId>
|
<artifactId>maven-install-plugin</artifactId>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
|
||||||
<id>install-xercesImpl</id>
|
|
||||||
<phase>install</phase>
|
|
||||||
<goals>
|
|
||||||
<goal>install-file</goal>
|
|
||||||
</goals>
|
|
||||||
<configuration>
|
|
||||||
<groupId>${project.groupId}</groupId>
|
|
||||||
<artifactId>lucene-xercesImpl</artifactId>
|
|
||||||
<version>${project.version}</version>
|
|
||||||
<packaging>jar</packaging>
|
|
||||||
<file>modules/benchmark/lib/xercesImpl-2.9.1-patched-XERCESJ-1257.jar</file>
|
|
||||||
</configuration>
|
|
||||||
</execution>
|
|
||||||
<execution>
|
<execution>
|
||||||
<id>install-solr-commons-csv</id>
|
<id>install-solr-commons-csv</id>
|
||||||
<phase>install</phase>
|
<phase>install</phase>
|
||||||
|
|
|
@ -44,8 +44,7 @@
|
||||||
|
|
||||||
<!-- Non-typical version patterns. -->
|
<!-- Non-typical version patterns. -->
|
||||||
<additional-filters />
|
<additional-filters />
|
||||||
<replaceregex pattern="/xercesImpl([^/]+)$" replace="/xercesImpl" flags="gi" />
|
|
||||||
|
|
||||||
<!-- Typical version patterns. -->
|
<!-- Typical version patterns. -->
|
||||||
<replaceregex pattern="\-(r)?([0-9\-\_\.])+(b(eta)?([0-9\-\.])*)?$" replace="" flags="gi" />
|
<replaceregex pattern="\-(r)?([0-9\-\_\.])+(b(eta)?([0-9\-\.])*)?$" replace="" flags="gi" />
|
||||||
</filtermapper>
|
</filtermapper>
|
||||||
|
|
|
@ -5,6 +5,11 @@ The Benchmark contrib package contains code for benchmarking Lucene in a variety
|
||||||
For more information on past and future Lucene versions, please see:
|
For more information on past and future Lucene versions, please see:
|
||||||
http://s.apache.org/luceneversions
|
http://s.apache.org/luceneversions
|
||||||
|
|
||||||
|
3/29/2012
|
||||||
|
LUCENE-3937: Workaround the XERCES-J bug by avoiding the broken UTF-8 decoding
|
||||||
|
in the v2.9.1 release. Replaced the XERCESJ-1247-patched jar with the v2.9.1
|
||||||
|
release jar. (Uwe Schindler, Robert Muir, Mike McCandless)
|
||||||
|
|
||||||
2/15/2011
|
2/15/2011
|
||||||
LUCENE-3768: fix typos in .alg files, and add test that all .alg files in conf/
|
LUCENE-3768: fix typos in .alg files, and add test that all .alg files in conf/
|
||||||
can be parsed. (Sami Siren via Robert Muir)
|
can be parsed. (Sami Siren via Robert Muir)
|
||||||
|
|
|
@ -7,4 +7,4 @@ The Apache Software Foundation (http://www.apache.org/).
|
||||||
Includes software from other Apache Software Foundation projects,
|
Includes software from other Apache Software Foundation projects,
|
||||||
including, but not limited to:
|
including, but not limited to:
|
||||||
- Commons Compress (lib/commons-compress-1.0.jar)
|
- Commons Compress (lib/commons-compress-1.0.jar)
|
||||||
- Xerces (lib/xercesImpl-2.9.1-patched-XERCESJ-1257.jar)
|
- Xerces (lib/xercesImpl-2.9.1.jar)
|
||||||
|
|
|
@ -257,11 +257,6 @@
|
||||||
/>
|
/>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target name="dist-maven" depends="jar-core,javadocs,common.dist-maven">
|
|
||||||
<m2-deploy-with-pom-template pom.xml="lib/lucene-xercesImpl-pom.xml.template"
|
|
||||||
jar.file="lib/xercesImpl-2.9.1-patched-XERCESJ-1257.jar" />
|
|
||||||
</target>
|
|
||||||
|
|
||||||
<target name="compile-test" depends="contrib-build.compile-test">
|
<target name="compile-test" depends="contrib-build.compile-test">
|
||||||
<!-- copy .alg files as resources for testing -->
|
<!-- copy .alg files as resources for testing -->
|
||||||
<copy todir="${build.dir}/classes/test/conf">
|
<copy todir="${build.dir}/classes/test/conf">
|
||||||
|
|
|
@ -91,7 +91,6 @@ including, but not limited to:
|
||||||
- Commons Compress (lib/commons-compress-1.0.jar)
|
- Commons Compress (lib/commons-compress-1.0.jar)
|
||||||
- Commons Digester (lib/commons-digester-1.7.jar)
|
- Commons Digester (lib/commons-digester-1.7.jar)
|
||||||
- Commons Logging (lib/commons-logging-1.0.4.jar)
|
- Commons Logging (lib/commons-logging-1.0.4.jar)
|
||||||
- Xerces (lib/xercesImpl-2.9.1-patched-XERCESJ-1257.jar)
|
|
||||||
|
|
||||||
=========================================================================
|
=========================================================================
|
||||||
== Apache Lucene Analyzers Notice ==
|
== Apache Lucene Analyzers Notice ==
|
||||||
|
|
Loading…
Reference in New Issue