You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pylucene-commits@lucene.apache.org by va...@apache.org on 2011/12/07 17:30:53 UTC

svn commit: r1211516 - in /lucene/pylucene/branches/pylucene_3_5: ./ CHANGES Makefile java/org/apache/pylucene/index/PythonIndexDeletionPolicy.java samples/LuceneInAction/lia/meetlucene/

Author: vajda
Date: Wed Dec  7 16:30:52 2011
New Revision: 1211516

URL: http://svn.apache.org/viewvc?rev=1211516&view=rev
Log:
fixed feedback from rc1

Modified:
    lucene/pylucene/branches/pylucene_3_5/   (props changed)
    lucene/pylucene/branches/pylucene_3_5/CHANGES
    lucene/pylucene/branches/pylucene_3_5/Makefile
    lucene/pylucene/branches/pylucene_3_5/java/org/apache/pylucene/index/PythonIndexDeletionPolicy.java
    lucene/pylucene/branches/pylucene_3_5/samples/LuceneInAction/lia/meetlucene/   (props changed)

Propchange: lucene/pylucene/branches/pylucene_3_5/
------------------------------------------------------------------------------
    svn:mergeinfo = /lucene/pylucene/branches/branch_3x:1211511,1211515

Modified: lucene/pylucene/branches/pylucene_3_5/CHANGES
URL: http://svn.apache.org/viewvc/lucene/pylucene/branches/pylucene_3_5/CHANGES?rev=1211516&r1=1211515&r2=1211516&view=diff
==============================================================================
--- lucene/pylucene/branches/pylucene_3_5/CHANGES (original)
+++ lucene/pylucene/branches/pylucene_3_5/CHANGES Wed Dec  7 16:30:52 2011
@@ -6,6 +6,7 @@ Version 3.4 -> 3.5.0
  - added PythonReusableAnalyzerBase (Michael McCandless)
  - added PythonIndexDeletionPolicy.java (Michael McCandless)
  - added spellchecker contrib module to build
+ - PyLucene built with JCC 2.12
 
 Version 3.3 -> 3.4
 ------------------

Modified: lucene/pylucene/branches/pylucene_3_5/Makefile
URL: http://svn.apache.org/viewvc/lucene/pylucene/branches/pylucene_3_5/Makefile?rev=1211516&r1=1211515&r2=1211516&view=diff
==============================================================================
--- lucene/pylucene/branches/pylucene_3_5/Makefile (original)
+++ lucene/pylucene/branches/pylucene_3_5/Makefile Wed Dec  7 16:30:52 2011
@@ -18,7 +18,7 @@
 VERSION=3.5.0-1
 LUCENE_SVN_VER=HEAD
 LUCENE_VER=3.5.0
-LUCENE_SVN=http://svn.apache.org/repos/asf/lucene/dev/branches/lucene_solr_3_5
+LUCENE_SVN=http://svn.apache.org/repos/asf/lucene/dev/tags/lucene_solr_3_5_0
 PYLUCENE:=$(shell pwd)
 LUCENE_SRC=lucene-java-$(LUCENE_VER)
 LUCENE=$(LUCENE_SRC)/lucene

Modified: lucene/pylucene/branches/pylucene_3_5/java/org/apache/pylucene/index/PythonIndexDeletionPolicy.java
URL: http://svn.apache.org/viewvc/lucene/pylucene/branches/pylucene_3_5/java/org/apache/pylucene/index/PythonIndexDeletionPolicy.java?rev=1211516&r1=1211515&r2=1211516&view=diff
==============================================================================
--- lucene/pylucene/branches/pylucene_3_5/java/org/apache/pylucene/index/PythonIndexDeletionPolicy.java (original)
+++ lucene/pylucene/branches/pylucene_3_5/java/org/apache/pylucene/index/PythonIndexDeletionPolicy.java Wed Dec  7 16:30:52 2011
@@ -45,11 +45,9 @@ public class PythonIndexDeletionPolicy i
 
     public native void pythonDecRef();
 
-    @Override
     public native void onInit(List<? extends IndexCommit> commits)
         throws IOException;
 
-    @Override
     public native void onCommit(List<? extends IndexCommit> commits)
         throws IOException;
 }

Propchange: lucene/pylucene/branches/pylucene_3_5/samples/LuceneInAction/lia/meetlucene/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Wed Dec  7 16:30:52 2011
@@ -1 +1,2 @@
+/lucene/pylucene/branches/branch_3x/samples/LuceneInAction/lia/meetlucene:1211511,1211515
 /lucene/pylucene/branches/pylucene_3_0/samples/LuceneInAction/lia/meetlucene:950836,984081