You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucenenet.apache.org by di...@apache.org on 2009/12/01 17:43:14 UTC

svn commit: r885829 - /incubator/lucene.net/trunk/C#/src/Test/Index/TestStressIndexing2.cs

Author: digy
Date: Tue Dec  1 16:43:13 2009
New Revision: 885829

URL: http://svn.apache.org/viewvc?rev=885829&view=rev
Log:
LUCENENET-260 src\Test\Index\TestStressIndexing2.cs

Modified:
    incubator/lucene.net/trunk/C#/src/Test/Index/TestStressIndexing2.cs

Modified: incubator/lucene.net/trunk/C#/src/Test/Index/TestStressIndexing2.cs
URL: http://svn.apache.org/viewvc/incubator/lucene.net/trunk/C%23/src/Test/Index/TestStressIndexing2.cs?rev=885829&r1=885828&r2=885829&view=diff
==============================================================================
--- incubator/lucene.net/trunk/C#/src/Test/Index/TestStressIndexing2.cs (original)
+++ incubator/lucene.net/trunk/C#/src/Test/Index/TestStressIndexing2.cs Tue Dec  1 16:43:13 2009
@@ -279,7 +279,8 @@
 				System.Collections.ArrayList fields = new System.Collections.ArrayList();
 				fields.AddRange(d.GetFields());
 				// put fields in same order each time
-				SupportClass.CollectionsHelper.Sort(fields, fieldNameComparator);
+                //{{Lucene.Net-2.9.1}} No, don't change the order of the fields
+				//SupportClass.CollectionsHelper.Sort(fields, fieldNameComparator);
 				
 				Document d1 = new Document();
 				d1.SetBoost(d.GetBoost());