Revision: 245
Author: johtani
Date: Thu Feb 27 03:09:54 2014 UTC
Log: fix issue #50 change libraries ver 4.7.0
http://code.google.com/p/lucene-gosen/source/detail?r=245
Added:
/branches/4x/lib/lucene-analyzers-common-4.7.0.jar
/branches/4x/lib/lucene-codecs-4.7.0.jar
/branches/4x/lib/lucene-core-4.7.0.jar
/branches/4x/lib/lucene-test-framework-4.7.0.jar
/branches/4x/lib/solr-core-4.7.0.jar
/branches/4x/lib/solr-solrj-4.7.0.jar
Modified:
/branches/4x/.classpath
/branches/4x/CHANGES.txt
/branches/4x/build.xml
=======================================
--- /dev/null
+++ /branches/4x/lib/lucene-analyzers-common-4.7.0.jar Thu Feb 27 03:09:54
2014 UTC
File is too large to display a diff.
=======================================
--- /dev/null
+++ /branches/4x/lib/lucene-codecs-4.7.0.jar Thu Feb 27 03:09:54 2014 UTC
Binary file, no diff available.
=======================================
--- /dev/null
+++ /branches/4x/lib/lucene-core-4.7.0.jar Thu Feb 27 03:09:54 2014 UTC
File is too large to display a diff.
=======================================
--- /dev/null
+++ /branches/4x/lib/lucene-test-framework-4.7.0.jar Thu Feb 27 03:09:54
2014 UTC
File is too large to display a diff.
=======================================
--- /dev/null
+++ /branches/4x/lib/solr-core-4.7.0.jar Thu Feb 27 03:09:54 2014 UTC
File is too large to display a diff.
=======================================
--- /dev/null
+++ /branches/4x/lib/solr-solrj-4.7.0.jar Thu Feb 27 03:09:54 2014 UTC
Binary file, no diff available.
=======================================
--- /branches/4x/.classpath Tue Jan 28 03:07:42 2014 UTC
+++ /branches/4x/.classpath Thu Feb 27 03:09:54 2014 UTC
@@ -5,16 +5,16 @@
<classpathentry kind="src" path="src/test"/>
<classpathentry kind="src" path="src/compiled-dictionaries/ipadic"/>
<classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
- <classpathentry kind="lib" path="lib/lucene-test-framework-4.6.1.jar"/>
+ <classpathentry kind="lib" path="lib/lucene-test-framework-4.7.0.jar"/>
<classpathentry kind="lib" path="lib/jisx0213-1.0.jar"/>
<classpathentry kind="lib" path="lib/junit-4.10.jar"/>
<classpathentry kind="lib" path="lib/slf4j-api-1.6.6.jar"/>
<classpathentry kind="lib" path="lib/slf4j-jdk14-1.6.6.jar"/>
<classpathentry kind="lib"
path="lib/randomizedtesting-runner-2.0.13.jar"/>
- <classpathentry kind="lib" path="lib/lucene-analyzers-common-4.6.1.jar"/>
- <classpathentry kind="lib" path="lib/lucene-codecs-4.6.1.jar"/>
- <classpathentry kind="lib" path="lib/lucene-core-4.6.1.jar"/>
- <classpathentry kind="lib" path="lib/solr-core-4.6.1.jar"/>
- <classpathentry kind="lib" path="lib/solr-solrj-4.6.1.jar"/>
+ <classpathentry kind="lib" path="lib/lucene-analyzers-common-4.7.0.jar"/>
+ <classpathentry kind="lib" path="lib/lucene-codecs-4.7.0.jar"/>
+ <classpathentry kind="lib" path="lib/lucene-core-4.7.0.jar"/>
+ <classpathentry kind="lib" path="lib/solr-core-4.7.0.jar"/>
+ <classpathentry kind="lib" path="lib/solr-solrj-4.7.0.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
=======================================
--- /branches/4x/CHANGES.txt Tue Jan 28 03:07:42 2014 UTC
+++ /branches/4x/CHANGES.txt Thu Feb 27 03:09:54 2014 UTC
@@ -1,9 +1,26 @@
lucene-gosen Change Log
-========== 4.7.0 / YYYY-MM-DD ===================================
+========== 4.8.0 / YYYY-MM-DD ===================================
Important Notice
+New Features & Improvements
+
+Bug Fixes
+
+API Changes
+
+Javadoc Fixes
+
+Others
+
+========== 4.7.0 / 2014-02-27 ===================================
+
+Important Notice
+
+*
http://code.google.com/p/lucene-gosen/issues/detail?id=50
+ Change Lucene/Solr 4.7.0 library
+
New Features & Improvements
Bug Fixes
@@ -31,6 +48,7 @@
Others
+
========== 4.6.0 / 2013-11-25 ===================================
Important Notice
=======================================
--- /branches/4x/build.xml Tue Jan 28 03:07:42 2014 UTC
+++ /branches/4x/build.xml Thu Feb 27 03:09:54 2014 UTC
@@ -6,7 +6,7 @@
<!-- to change the dictionary type to naist-chasen, ant
-Ddictype=naist-chasen -->
<property name="dictype" value="ipadic"/>
- <property name="version" value="4.6.1"/>
+ <property name="version" value="4.7.0"/>
<property name="src.dir" location="src/java"/>
<property name="cdic.dir" location="src/compiled-dictionaries"/>