mirror of
https://github.com/apache/lucene.git
synced 2025-02-11 12:35:43 +00:00
add more info
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene4547@1440433 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c4d720b6a7
commit
174cddc9f3
@ -96,6 +96,8 @@ public class Test2BSortedDocValues extends LuceneTestCase {
|
||||
// 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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user