You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ko...@apache.org on 2011/03/20 15:15:57 UTC

svn commit: r1083449 - in /lucene/dev/branches/lucene_solr_3_1: ./ lucene/ lucene/contrib/lucli/build.xml solr/ solr/CHANGES.txt solr/build.xml

Author: koji
Date: Sun Mar 20 14:15:56 2011
New Revision: 1083449

URL: http://svn.apache.org/viewvc?rev=1083449&view=rev
Log:
move a bug ticket from new features to bug fixes

Modified:
    lucene/dev/branches/lucene_solr_3_1/   (props changed)
    lucene/dev/branches/lucene_solr_3_1/lucene/   (props changed)
    lucene/dev/branches/lucene_solr_3_1/lucene/contrib/lucli/build.xml   (props changed)
    lucene/dev/branches/lucene_solr_3_1/solr/   (props changed)
    lucene/dev/branches/lucene_solr_3_1/solr/CHANGES.txt
    lucene/dev/branches/lucene_solr_3_1/solr/build.xml   (props changed)

Modified: lucene/dev/branches/lucene_solr_3_1/solr/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/branches/lucene_solr_3_1/solr/CHANGES.txt?rev=1083449&r1=1083448&r2=1083449&view=diff
==============================================================================
--- lucene/dev/branches/lucene_solr_3_1/solr/CHANGES.txt (original)
+++ lucene/dev/branches/lucene_solr_3_1/solr/CHANGES.txt Sun Mar 20 14:15:56 2011
@@ -151,8 +151,6 @@ New Features
 * SOLR-1379: Add RAMDirectoryFactory for non-persistent in memory index storage.
   (Alex Baranov via yonik)
 
-* SOLR-1769: Solr 1.4 Replication - Repeater throwing NullPointerException (Jörgen Rydenius via noble)  
-
 * SOLR-1857: Synced Solr analysis with Lucene 3.1. Added KeywordMarkerFilterFactory 
   and StemmerOverrideFilterFactory, which can be used to tune stemming algorithms. 
   Added factories for Bulgarian, Czech, Hindi, Turkish, and Wikipedia analysis. Improved the
@@ -294,6 +292,8 @@ Optimizations
 
 Bug Fixes
 ----------------------
+* SOLR-1769: Solr 1.4 Replication - Repeater throwing NullPointerException (Jörgen Rydenius via noble)  
+
 * SOLR-1432: Make the new ValueSource.getValues(context,reader) delegate
   to the original ValueSource.getValues(reader) so custom sources
   will work. (yonik)