You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by rm...@apache.org on 2013/01/30 15:38:18 UTC

svn commit: r1440433 - /lucene/dev/branches/lucene4547/lucene/core/src/test/org/apache/lucene/index/Test2BSortedDocValues.java

Author: rmuir
Date: Wed Jan 30 14:38:18 2013
New Revision: 1440433

URL: http://svn.apache.org/viewvc?rev=1440433&view=rev
Log:
add more info

Modified:
    lucene/dev/branches/lucene4547/lucene/core/src/test/org/apache/lucene/index/Test2BSortedDocValues.java

Modified: lucene/dev/branches/lucene4547/lucene/core/src/test/org/apache/lucene/index/Test2BSortedDocValues.java
URL: http://svn.apache.org/viewvc/lucene/dev/branches/lucene4547/lucene/core/src/test/org/apache/lucene/index/Test2BSortedDocValues.java?rev=1440433&r1=1440432&r2=1440433&view=diff
==============================================================================
--- lucene/dev/branches/lucene4547/lucene/core/src/test/org/apache/lucene/index/Test2BSortedDocValues.java (original)
+++ lucene/dev/branches/lucene4547/lucene/core/src/test/org/apache/lucene/index/Test2BSortedDocValues.java Wed Jan 30 14:38:18 2013
@@ -96,6 +96,8 @@ public class Test2BSortedDocValues exten
   // indexes Integer.MAX_VALUE docs with a fixed binary field
   // nocommit: this must be some kind of worst case for BytesRefHash / its hash fn... 
   // or there is some other perf bug...VERY slow!
+  // if you cut this test to use random.nextBytes its much faster, but still quite slow...
+  // and its not unrealistic for users to index something thats already in sorted order?
   public void test2BOrds() throws Exception {
     BaseDirectoryWrapper dir = newFSDirectory(_TestUtil.getTempDir("2BOrds"));
     if (dir instanceof MockDirectoryWrapper) {