Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/15681/
Java: 32bit/jdk-9-ea+102 -server -XX:+UseG1GC -XX:-CompactStrings

2 tests failed.
FAILED:  
org.apache.lucene.codecs.compressing.TestCompressingTermVectorsFormat.testRamBytesUsed

Error Message:
this IndexWriter is closed

Stack Trace:
org.apache.lucene.store.AlreadyClosedException: this IndexWriter is closed
        at 
__randomizedtesting.SeedInfo.seed([2D470B01924578B4:DFE41941583A67E2]:0)
        at org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:714)
        at org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:728)
        at 
org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1459)
        at 
org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1242)
        at 
org.apache.lucene.index.BaseIndexFileFormatTestCase.testRamBytesUsed(BaseIndexFileFormatTestCase.java:262)
        at 
org.apache.lucene.index.BaseTermVectorsFormatTestCase.testRamBytesUsed(BaseTermVectorsFormatTestCase.java:74)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:520)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at java.lang.Thread.run(Thread.java:804)
Caused by: java.lang.ArrayIndexOutOfBoundsException
        at java.lang.System.arraycopy(Native Method)
        at 
org.apache.lucene.store.BufferedChecksum.update(BufferedChecksum.java:61)
        at 
org.apache.lucene.store.RAMOutputStream.writeBytes(RAMOutputStream.java:145)
        at 
org.apache.lucene.store.MockIndexOutputWrapper.writeBytes(MockIndexOutputWrapper.java:142)
        at 
org.apache.lucene.store.RateLimitedIndexOutput.writeBytes(RateLimitedIndexOutput.java:73)
        at org.apache.lucene.store.DataOutput.writeBytes(DataOutput.java:52)
        at 
org.apache.lucene.util.packed.PackedWriter.flush(PackedWriter.java:86)
        at org.apache.lucene.util.packed.PackedWriter.add(PackedWriter.java:66)
        at 
org.apache.lucene.codecs.compressing.CompressingTermVectorsWriter.flushFields(CompressingTermVectorsWriter.java:423)
        at 
org.apache.lucene.codecs.compressing.CompressingTermVectorsWriter.flush(CompressingTermVectorsWriter.java:341)
        at 
org.apache.lucene.codecs.compressing.CompressingTermVectorsWriter.finishDocument(CompressingTermVectorsWriter.java:276)
        at 
org.apache.lucene.codecs.TermVectorsWriter.addAllDocVectors(TermVectorsWriter.java:294)
        at 
org.apache.lucene.codecs.compressing.CompressingTermVectorsWriter.merge(CompressingTermVectorsWriter.java:831)
        at 
org.apache.lucene.index.SegmentMerger.mergeVectors(SegmentMerger.java:205)
        at org.apache.lucene.index.SegmentMerger.merge(SegmentMerger.java:139)
        at 
org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4062)
        at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:3642)
        at 
org.apache.lucene.index.ConcurrentMergeScheduler.doMerge(ConcurrentMergeScheduler.java:588)
        at 
org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:626)


FAILED:  
org.apache.lucene.codecs.compressing.TestCompressingTermVectorsFormat.testClone

Error Message:
Captured an uncaught exception in thread: Thread[id=43, name=Lucene Merge 
Thread #3, state=RUNNABLE, group=TGRP-TestCompressingTermVectorsFormat]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=43, name=Lucene Merge Thread #3, state=RUNNABLE, 
group=TGRP-TestCompressingTermVectorsFormat]
Caused by: org.apache.lucene.index.MergePolicy$MergeException: 
org.apache.lucene.store.AlreadyClosedException: refusing to delete any files: 
this IndexWriter hit an unrecoverable exception
        at __randomizedtesting.SeedInfo.seed([2D470B01924578B4]:0)
        at 
org.apache.lucene.index.ConcurrentMergeScheduler.handleMergeException(ConcurrentMergeScheduler.java:668)
        at 
org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:648)
Caused by: org.apache.lucene.store.AlreadyClosedException: refusing to delete 
any files: this IndexWriter hit an unrecoverable exception
        at 
org.apache.lucene.index.IndexFileDeleter.ensureOpen(IndexFileDeleter.java:347)
        at 
org.apache.lucene.index.IndexFileDeleter.deleteFile(IndexFileDeleter.java:731)
        at 
org.apache.lucene.index.IndexFileDeleter.deletePendingFiles(IndexFileDeleter.java:520)
        at 
org.apache.lucene.index.IndexFileDeleter.deleteNewFiles(IndexFileDeleter.java:723)
        at 
org.apache.lucene.index.IndexWriter.deleteNewFiles(IndexWriter.java:4666)
        at 
org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4153)
        at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:3642)
        at 
org.apache.lucene.index.ConcurrentMergeScheduler.doMerge(ConcurrentMergeScheduler.java:588)
        at 
org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:626)
Caused by: java.lang.ArrayIndexOutOfBoundsException
        at java.lang.System.arraycopy(Native Method)
        at 
org.apache.lucene.store.BufferedChecksum.update(BufferedChecksum.java:61)
        at 
org.apache.lucene.store.RAMOutputStream.writeBytes(RAMOutputStream.java:145)
        at 
org.apache.lucene.store.MockIndexOutputWrapper.writeBytes(MockIndexOutputWrapper.java:142)
        at 
org.apache.lucene.store.RateLimitedIndexOutput.writeBytes(RateLimitedIndexOutput.java:73)
        at org.apache.lucene.store.DataOutput.writeBytes(DataOutput.java:52)
        at 
org.apache.lucene.util.packed.PackedWriter.flush(PackedWriter.java:86)
        at org.apache.lucene.util.packed.PackedWriter.add(PackedWriter.java:66)
        at 
org.apache.lucene.codecs.compressing.CompressingTermVectorsWriter.flushFields(CompressingTermVectorsWriter.java:423)
        at 
org.apache.lucene.codecs.compressing.CompressingTermVectorsWriter.flush(CompressingTermVectorsWriter.java:341)
        at 
org.apache.lucene.codecs.compressing.CompressingTermVectorsWriter.finishDocument(CompressingTermVectorsWriter.java:276)
        at 
org.apache.lucene.codecs.TermVectorsWriter.addAllDocVectors(TermVectorsWriter.java:294)
        at 
org.apache.lucene.codecs.compressing.CompressingTermVectorsWriter.merge(CompressingTermVectorsWriter.java:831)
        at 
org.apache.lucene.index.SegmentMerger.mergeVectors(SegmentMerger.java:205)
        at org.apache.lucene.index.SegmentMerger.merge(SegmentMerger.java:139)
        at 
org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4062)
        ... 3 more




Build Log:
[...truncated 1698 lines...]
   [junit4] Suite: 
org.apache.lucene.codecs.compressing.TestCompressingTermVectorsFormat
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestCompressingTermVectorsFormat -Dtests.method=testRamBytesUsed 
-Dtests.seed=2D470B01924578B4 -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=nl-NL -Dtests.timezone=Africa/Tunis -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] ERROR   7.15s J0 | 
TestCompressingTermVectorsFormat.testRamBytesUsed <<<
   [junit4]    > Throwable #1: org.apache.lucene.store.AlreadyClosedException: 
this IndexWriter is closed
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([2D470B01924578B4:DFE41941583A67E2]:0)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:714)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.ensureOpen(IndexWriter.java:728)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1459)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1242)
   [junit4]    >        at 
org.apache.lucene.index.BaseIndexFileFormatTestCase.testRamBytesUsed(BaseIndexFileFormatTestCase.java:262)
   [junit4]    >        at 
org.apache.lucene.index.BaseTermVectorsFormatTestCase.testRamBytesUsed(BaseTermVectorsFormatTestCase.java:74)
   [junit4]    >        at java.lang.Thread.run(Thread.java:804)
   [junit4]    > Caused by: java.lang.ArrayIndexOutOfBoundsException
   [junit4]    >        at java.lang.System.arraycopy(Native Method)
   [junit4]    >        at 
org.apache.lucene.store.BufferedChecksum.update(BufferedChecksum.java:61)
   [junit4]    >        at 
org.apache.lucene.store.RAMOutputStream.writeBytes(RAMOutputStream.java:145)
   [junit4]    >        at 
org.apache.lucene.store.MockIndexOutputWrapper.writeBytes(MockIndexOutputWrapper.java:142)
   [junit4]    >        at 
org.apache.lucene.store.RateLimitedIndexOutput.writeBytes(RateLimitedIndexOutput.java:73)
   [junit4]    >        at 
org.apache.lucene.store.DataOutput.writeBytes(DataOutput.java:52)
   [junit4]    >        at 
org.apache.lucene.util.packed.PackedWriter.flush(PackedWriter.java:86)
   [junit4]    >        at 
org.apache.lucene.util.packed.PackedWriter.add(PackedWriter.java:66)
   [junit4]    >        at 
org.apache.lucene.codecs.compressing.CompressingTermVectorsWriter.flushFields(CompressingTermVectorsWriter.java:423)
   [junit4]    >        at 
org.apache.lucene.codecs.compressing.CompressingTermVectorsWriter.flush(CompressingTermVectorsWriter.java:341)
   [junit4]    >        at 
org.apache.lucene.codecs.compressing.CompressingTermVectorsWriter.finishDocument(CompressingTermVectorsWriter.java:276)
   [junit4]    >        at 
org.apache.lucene.codecs.TermVectorsWriter.addAllDocVectors(TermVectorsWriter.java:294)
   [junit4]    >        at 
org.apache.lucene.codecs.compressing.CompressingTermVectorsWriter.merge(CompressingTermVectorsWriter.java:831)
   [junit4]    >        at 
org.apache.lucene.index.SegmentMerger.mergeVectors(SegmentMerger.java:205)
   [junit4]    >        at 
org.apache.lucene.index.SegmentMerger.merge(SegmentMerger.java:139)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4062)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:3642)
   [junit4]    >        at 
org.apache.lucene.index.ConcurrentMergeScheduler.doMerge(ConcurrentMergeScheduler.java:588)
   [junit4]    >        at 
org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:626)
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestCompressingTermVectorsFormat -Dtests.method=testClone 
-Dtests.seed=2D470B01924578B4 -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=nl-NL -Dtests.timezone=Africa/Tunis -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] ERROR   5.23s J0 | TestCompressingTermVectorsFormat.testClone <<<
   [junit4]    > Throwable #1: 
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=43, name=Lucene Merge Thread #3, state=RUNNABLE, 
group=TGRP-TestCompressingTermVectorsFormat]
   [junit4]    > Caused by: org.apache.lucene.index.MergePolicy$MergeException: 
org.apache.lucene.store.AlreadyClosedException: refusing to delete any files: 
this IndexWriter hit an unrecoverable exception
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([2D470B01924578B4]:0)
   [junit4]    >        at 
org.apache.lucene.index.ConcurrentMergeScheduler.handleMergeException(ConcurrentMergeScheduler.java:668)
   [junit4]    >        at 
org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:648)
   [junit4]    > Caused by: org.apache.lucene.store.AlreadyClosedException: 
refusing to delete any files: this IndexWriter hit an unrecoverable exception
   [junit4]    >        at 
org.apache.lucene.index.IndexFileDeleter.ensureOpen(IndexFileDeleter.java:347)
   [junit4]    >        at 
org.apache.lucene.index.IndexFileDeleter.deleteFile(IndexFileDeleter.java:731)
   [junit4]    >        at 
org.apache.lucene.index.IndexFileDeleter.deletePendingFiles(IndexFileDeleter.java:520)
   [junit4]    >        at 
org.apache.lucene.index.IndexFileDeleter.deleteNewFiles(IndexFileDeleter.java:723)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.deleteNewFiles(IndexWriter.java:4666)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4153)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:3642)
   [junit4]    >        at 
org.apache.lucene.index.ConcurrentMergeScheduler.doMerge(ConcurrentMergeScheduler.java:588)
   [junit4]    >        at 
org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:626)
   [junit4]    > Caused by: java.lang.ArrayIndexOutOfBoundsException
   [junit4]    >        at java.lang.System.arraycopy(Native Method)
   [junit4]    >        at 
org.apache.lucene.store.BufferedChecksum.update(BufferedChecksum.java:61)
   [junit4]    >        at 
org.apache.lucene.store.RAMOutputStream.writeBytes(RAMOutputStream.java:145)
   [junit4]    >        at 
org.apache.lucene.store.MockIndexOutputWrapper.writeBytes(MockIndexOutputWrapper.java:142)
   [junit4]    >        at 
org.apache.lucene.store.RateLimitedIndexOutput.writeBytes(RateLimitedIndexOutput.java:73)
   [junit4]    >        at 
org.apache.lucene.store.DataOutput.writeBytes(DataOutput.java:52)
   [junit4]    >        at 
org.apache.lucene.util.packed.PackedWriter.flush(PackedWriter.java:86)
   [junit4]    >        at 
org.apache.lucene.util.packed.PackedWriter.add(PackedWriter.java:66)
   [junit4]    >        at 
org.apache.lucene.codecs.compressing.CompressingTermVectorsWriter.flushFields(CompressingTermVectorsWriter.java:423)
   [junit4]    >        at 
org.apache.lucene.codecs.compressing.CompressingTermVectorsWriter.flush(CompressingTermVectorsWriter.java:341)
   [junit4]    >        at 
org.apache.lucene.codecs.compressing.CompressingTermVectorsWriter.finishDocument(CompressingTermVectorsWriter.java:276)
   [junit4]    >        at 
org.apache.lucene.codecs.TermVectorsWriter.addAllDocVectors(TermVectorsWriter.java:294)
   [junit4]    >        at 
org.apache.lucene.codecs.compressing.CompressingTermVectorsWriter.merge(CompressingTermVectorsWriter.java:831)
   [junit4]    >        at 
org.apache.lucene.index.SegmentMerger.mergeVectors(SegmentMerger.java:205)
   [junit4]    >        at 
org.apache.lucene.index.SegmentMerger.merge(SegmentMerger.java:139)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4062)
   [junit4]    >        ... 3 moreThrowable #2: 
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=44, name=Lucene Merge Thread #4, state=RUNNABLE, 
group=TGRP-TestCompressingTermVectorsFormat]
   [junit4]    > Caused by: org.apache.lucene.index.MergePolicy$MergeException: 
org.apache.lucene.store.AlreadyClosedException: refusing to delete any files: 
this IndexWriter hit an unrecoverable exception
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([2D470B01924578B4]:0)
   [junit4]    >        at 
org.apache.lucene.index.ConcurrentMergeScheduler.handleMergeException(ConcurrentMergeScheduler.java:668)
   [junit4]    >        at 
org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:648)
   [junit4]    > Caused by: org.apache.lucene.store.AlreadyClosedException: 
refusing to delete any files: this IndexWriter hit an unrecoverable exception
   [junit4]    >        at 
org.apache.lucene.index.IndexFileDeleter.ensureOpen(IndexFileDeleter.java:347)
   [junit4]    >        at 
org.apache.lucene.index.IndexFileDeleter.deleteFile(IndexFileDeleter.java:731)
   [junit4]    >        at 
org.apache.lucene.index.IndexFileDeleter.deletePendingFiles(IndexFileDeleter.java:520)
   [junit4]    >        at 
org.apache.lucene.index.IndexFileDeleter.deleteNewFiles(IndexFileDeleter.java:723)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.deleteNewFiles(IndexWriter.java:4666)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4153)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:3642)
   [junit4]    >        at 
org.apache.lucene.index.ConcurrentMergeScheduler.doMerge(ConcurrentMergeScheduler.java:588)
   [junit4]    >        at 
org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:626)
   [junit4]    > Caused by: java.lang.ArrayIndexOutOfBoundsException
   [junit4]    >        at java.lang.System.arraycopy(Native Method)
   [junit4]    >        at 
org.apache.lucene.store.BufferedChecksum.update(BufferedChecksum.java:61)
   [junit4]    >        at 
org.apache.lucene.store.RAMOutputStream.writeBytes(RAMOutputStream.java:145)
   [junit4]    >        at 
org.apache.lucene.store.MockIndexOutputWrapper.writeBytes(MockIndexOutputWrapper.java:142)
   [junit4]    >        at 
org.apache.lucene.store.RateLimitedIndexOutput.writeBytes(RateLimitedIndexOutput.java:73)
   [junit4]    >        at 
org.apache.lucene.store.DataOutput.writeBytes(DataOutput.java:52)
   [junit4]    >        at 
org.apache.lucene.util.packed.PackedWriter.flush(PackedWriter.java:86)
   [junit4]    >        at 
org.apache.lucene.util.packed.PackedWriter.add(PackedWriter.java:66)
   [junit4]    >        at 
org.apache.lucene.codecs.compressing.CompressingTermVectorsWriter.flushFields(CompressingTermVectorsWriter.java:423)
   [junit4]    >        at 
org.apache.lucene.codecs.compressing.CompressingTermVectorsWriter.flush(CompressingTermVectorsWriter.java:341)
   [junit4]    >        at 
org.apache.lucene.codecs.compressing.CompressingTermVectorsWriter.finishDocument(CompressingTermVectorsWriter.java:276)
   [junit4]    >        at 
org.apache.lucene.codecs.TermVectorsWriter.addAllDocVectors(TermVectorsWriter.java:294)
   [junit4]    >        at 
org.apache.lucene.codecs.compressing.CompressingTermVectorsWriter.merge(CompressingTermVectorsWriter.java:831)
   [junit4]    >        at 
org.apache.lucene.index.SegmentMerger.mergeVectors(SegmentMerger.java:205)
   [junit4]    >        at 
org.apache.lucene.index.SegmentMerger.merge(SegmentMerger.java:139)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4062)
   [junit4]    >        ... 3 moreThrowable #3: 
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=42, name=Lucene Merge Thread #2, state=RUNNABLE, 
group=TGRP-TestCompressingTermVectorsFormat]
   [junit4]    > Caused by: org.apache.lucene.index.MergePolicy$MergeException: 
java.lang.ArrayIndexOutOfBoundsException
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([2D470B01924578B4]:0)
   [junit4]    >        at 
org.apache.lucene.index.ConcurrentMergeScheduler.handleMergeException(ConcurrentMergeScheduler.java:668)
   [junit4]    >        at 
org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:648)
   [junit4]    > Caused by: java.lang.ArrayIndexOutOfBoundsException
   [junit4]    >        at java.lang.System.arraycopy(Native Method)
   [junit4]    >        at 
org.apache.lucene.store.BufferedChecksum.update(BufferedChecksum.java:61)
   [junit4]    >        at 
org.apache.lucene.store.RAMOutputStream.writeBytes(RAMOutputStream.java:145)
   [junit4]    >        at 
org.apache.lucene.store.MockIndexOutputWrapper.writeBytes(MockIndexOutputWrapper.java:142)
   [junit4]    >        at 
org.apache.lucene.store.RateLimitedIndexOutput.writeBytes(RateLimitedIndexOutput.java:73)
   [junit4]    >        at 
org.apache.lucene.store.DataOutput.writeBytes(DataOutput.java:52)
   [junit4]    >        at 
org.apache.lucene.util.packed.PackedWriter.flush(PackedWriter.java:86)
   [junit4]    >        at 
org.apache.lucene.util.packed.PackedWriter.add(PackedWriter.java:66)
   [junit4]    >        at 
org.apache.lucene.codecs.compressing.CompressingTermVectorsWriter.flushFields(CompressingTermVectorsWriter.java:423)
   [junit4]    >        at 
org.apache.lucene.codecs.compressing.CompressingTermVectorsWriter.flush(CompressingTermVectorsWriter.java:341)
   [junit4]    >        at 
org.apache.lucene.codecs.compressing.CompressingTermVectorsWriter.finishDocument(CompressingTermVectorsWriter.java:276)
   [junit4]    >        at 
org.apache.lucene.codecs.TermVectorsWriter.addAllDocVectors(TermVectorsWriter.java:294)
   [junit4]    >        at 
org.apache.lucene.codecs.compressing.CompressingTermVectorsWriter.merge(CompressingTermVectorsWriter.java:831)
   [junit4]    >        at 
org.apache.lucene.index.SegmentMerger.mergeVectors(SegmentMerger.java:205)
   [junit4]    >        at 
org.apache.lucene.index.SegmentMerger.merge(SegmentMerger.java:139)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4062)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:3642)
   [junit4]    >        at 
org.apache.lucene.index.ConcurrentMergeScheduler.doMerge(ConcurrentMergeScheduler.java:588)
   [junit4]    >        at 
org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:626)
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build/test-framework/test/J0/temp/lucene.codecs.compressing.TestCompressingTermVectorsFormat_2D470B01924578B4-001
   [junit4]   2> NOTE: test params are: codec=Lucene60, 
sim=RandomSimilarity(queryNorm=false,coord=yes): {=DFR I(ne)3(800.0), hetl=DFR 
I(ne)B1, yrkqdetqab=DFR I(ne)B3(800.0), dzxbkeskeg=IB SPL-LZ(0.3), 
dlvcychei=DFR I(ne)BZ(0.3), khswevibt=DFR I(ne)B3(800.0), wanmzrsnlo=DFR 
I(ne)3(800.0), naxtbnz=DFI(Standardized), fhxtiyyp=DFR GB1, efgzr=DFR 
I(ne)Z(0.3), ihvi=DFR I(ne)2, tcxcei=DFR I(ne)1, fpnx=IB LL-L1, jrpukpbpp=DFR 
I(ne)B2, exfmeifn=IB LL-L1, gwhnuaz=DFR I(ne)B1, asvaa=DFI(ChiSquared), 
bfmlrfvkf=DFR I(ne)1, qpnk=BM25(k1=1.2,b=0.75), gfrezmcnzj=IB SPL-L3(800.0), 
ynexz=DFR I(n)L2, zuuek=IB LL-L3(800.0), xnf=LM Jelinek-Mercer(0.100000), 
gjevftzww=DFR I(n)3(800.0), cdt=DFR I(F)2, xcxdgr=DFR I(F)BZ(0.3), ptrnjvdig=IB 
LL-L1, uibny=DFR I(n)L3(800.0), cxgi=DFR I(F)LZ(0.3), wtazhsbqy=DFR I(ne)B1, 
vwjdxmjnv=DFR I(ne)LZ(0.3), eifq=IB SPL-LZ(0.3), khwwnkq=DFR I(ne)L2, 
f_POSITIONS_AND_OFFSETS_AND_PAYLOADS=DFR I(n)LZ(0.3), 
cheruttx=BM25(k1=1.2,b=0.75), gckrs=DFR I(F)1, kuw=LM Jelinek-Mercer(0.100000), 
llovncefc=IB LL-L2, oziiqskt=DFR I(ne)B1, fybt=IB LL-D1, pdacd=DFR I(n)L2, 
iarvkhbdh=DFR I(F)B1, eigyxk=IB SPL-DZ(0.3), pjdsvwbzp=DFR I(ne)L3(800.0), 
vjvj=DFR GL1, a=DFR I(ne)BZ(0.3), d=DFR I(ne)1, yqsii=DFR I(ne)3(800.0), 
qyal=DFR I(n)3(800.0), i=DFR I(n)Z(0.3), l=DFR I(n)BZ(0.3), xpe=DFR 
I(ne)LZ(0.3), m=IB SPL-L3(800.0), o=DFR I(F)L2, q=DFR I(n)L2, r=IB 
SPL-D3(800.0), leho=DFR GBZ(0.3), s=IB LL-DZ(0.3), aywpnljvm=DFR I(ne)B2, t=DFR 
I(n)LZ(0.3), v=DFR I(ne)Z(0.3), poquccvxo=DFR I(F)L1, w=IB LL-L2, y=IB LL-D1, 
z=DFR GB1, bkgkdmqldr=LM Jelinek-Mercer(0.700000), ukzo=DFR I(ne)L2, 
wmsivflxm=DFR GB1, plqqy=DFR I(F)1, vhovmvjlby=DFR I(F)B3(800.0), 
f_POSITIONS_AND_PAYLOADS=DFR I(ne)B2, nvesy=DFR G2, wmsiu=DFR I(ne)L3(800.0), 
gos=DFI(Standardized), xleynr=DFR I(F)2, rebtbj=IB LL-L3(800.0), qlvjeoigk=DFR 
I(n)1, tic=DFR I(ne)2, ngir=DFR I(F)LZ(0.3), tig=DFR I(ne)L3(800.0), xmdkze=DFR 
G3(800.0), ijhbfjhs=DFR I(F)BZ(0.3), vtaszev=DFR I(F)B2, dxaqc=DFR I(F)LZ(0.3), 
sneubwqmgd=DFR I(ne)BZ(0.3), xrg=IB SPL-L1, dywtmvslj=DFR GB3(800.0), 
uydskb=DFR I(ne)L1, tcgbq=DFR I(F)L1, cnbehzrhka=DFI(Saturated), ovtymmjwlh=IB 
SPL-L1, jjgjvsxdil=DFR I(ne)L3(800.0), iqlps=IB LL-D1, bypj=DFR I(n)L3(800.0), 
tjw=DFR I(F)LZ(0.3), knkupxbmvp=IB LL-DZ(0.3), lbrqrwlri=LM 
Jelinek-Mercer(0.700000), cim=DFR GB3(800.0), sekiysmb=DFI(ChiSquared), waev=IB 
SPL-L2, ocumq=DFR G1, obvsh=DFR I(F)B2, kbbhabdnmn=DFR GLZ(0.3), zrgdcrkb=DFR 
I(n)L3(800.0), kobvz=DFR I(F)3(800.0), kosxw=DFR GB1, xqah=DFI(Standardized), 
phdycjrwvf=DFR GB3(800.0), fdsqxmelcl=DFI(Standardized), uhwgvvwr=DFR G2, 
dagbc=DFR I(F)B1, xhwca=IB SPL-L3(800.0), pdh=IB LL-DZ(0.3), tuts=IB SPL-L1, 
tvkcdhztsb=DFR I(ne)BZ(0.3), tbhjxkiar=IB LL-L2, xxdygcz=DFR I(F)2, 
fdynkdedof=DFR I(ne)2, smkhwpebls=DFR I(F)2, qlof=DFR I(F)B3(800.0), nqkrn=DFR 
G1, qgqtavrq=IB SPL-L2, uybzisbpul=DFR I(ne)LZ(0.3), jtbeewj=DFR I(F)B2, 
bususaveiu=DFR I(F)L1, ujrtj=DFR I(n)3(800.0), czighzwwky=DFR I(F)3(800.0), 
pen=ClassicSimilarity, mgugbq=DFR I(n)LZ(0.3), mqdo=DFR I(n)3(800.0), eguios=IB 
SPL-LZ(0.3), kbefj=IB SPL-D1, hass=DFR GL1, yaxsrxl=DFR I(n)1, hrcmveag=DFR 
I(n)Z(0.3), dominocvw=DFR GL1, zdbonf=LM Jelinek-Mercer(0.100000), xnblcw=DFR 
GB1, lrhi=DFR I(F)LZ(0.3), iimmwdgq=DFR I(n)B3(800.0), cfozf=IB LL-L2, 
ofvylfvdf=IB LL-LZ(0.3), iemnyjzx=DFR I(n)BZ(0.3), xyru=IB LL-L1, qaugdfvojm=IB 
LL-LZ(0.3), tny=DFR GLZ(0.3), loxxec=DFR GL1, xumodn=IB SPL-D2, atpaha=DFR 
I(ne)B2, jzclkyqs=DFI(Saturated), cmn=DFR I(F)LZ(0.3), axkymnrb=DFR 
I(n)BZ(0.3), oipedv=DFI(Saturated), xdamkczdti=DFR GB1, 
lbvxeerki=DFI(Saturated), nxre=IB LL-D2, sxsitvjawi=IB LL-D2, accstsv=DFR G2, 
xpfuadx=IB LL-D3(800.0), trgeaauos=IB LL-L3(800.0), gduavvpts=DFR I(ne)1, 
atpzyd=IB SPL-L1, xsygodep=DFR I(n)B2, sjbquxvh=DFR I(F)L3(800.0), gvo=DFR 
I(F)Z(0.3), ezzayibjhh=IB LL-D3(800.0), nhkehfou=DFR I(n)B2, qlpg=DFR I(n)L1, 
opitztvy=DFR I(ne)1, izcn=DFR I(F)LZ(0.3), swydqdnbi=IB SPL-D1, lnbe=DFR 
I(F)Z(0.3), jlafmjya=IB SPL-L2, ckrse=DFR I(n)Z(0.3), epdsecj=DFR I(F)L2, 
ltlcr=IB LL-LZ(0.3), jbkzmhjwuf=DFR GB2, gws=IB LL-D1, watwj=DFR I(F)L3(800.0), 
hmbmqb=DFR GBZ(0.3), pie=IB LL-D2, xiydds=DFR I(ne)1, 
bkfbtftnkc=DFI(ChiSquared), ihpvsx=DFR GB2, tuboyyo=IB LL-DZ(0.3), lah=DFR 
I(F)B3(800.0), tqq=DFR I(n)B3(800.0), iyyds=DFR I(F)Z(0.3), unqlxw=DFR I(ne)B2, 
tqy=IB SPL-D3(800.0), hroprhqztf=DFR I(F)B3(800.0), molfmyy=DFR GB3(800.0), 
jskiaf=IB SPL-L1, dsmkdbpb=DFR I(F)B2, nqyjypoe=IB LL-LZ(0.3), soivhrl=DFR 
GBZ(0.3), gpcqsm=DFR I(F)L3(800.0), gqxrmlopag=DFR I(F)Z(0.3), exymjx=DFR 
I(ne)B1, ytjpkhu=IB SPL-L2, xdccwuuilg=DFR I(n)B2, vsqswfyfd=DFR I(n)L2, 
uurqa=DFR GL2, cbcxdpmh=DFR I(ne)L3(800.0), whbbeiq=IB LL-D2, lyihtq=DFR 
I(ne)1, tsfyfmb=DFR I(n)B1, idjxklz=IB LL-L2, ixgrdpk=DFR I(F)B3(800.0), 
actrakdww=DFR I(F)3(800.0), gzq=DFR G3(800.0), fmuunl=DFR I(ne)1, pdeya=IB 
SPL-L2, xuqm=DFR G2, eujgsvq=DFR I(n)2, cru=IB LL-L3(800.0), wgdnhbldzc=DFR 
I(ne)L1, wzmjmcvb=DFR I(ne)L3(800.0), dnetnbidx=DFR I(n)BZ(0.3), afxwcve=IB 
LL-L2, ucvm=DFR I(ne)2, ttu=DFR I(F)B1, xxvoxb=DFR I(n)2, dwpx=DFR GB2, 
wvux=DFR I(n)Z(0.3), oplidkll=DFR I(n)Z(0.3), huitgv=DFR GL1, jfhmktcka=DFR 
GL2, ldy=DFI(Saturated), pnaumgfak=DFI(Saturated), klpubedvh=IB SPL-LZ(0.3), 
tuj=DFR I(F)B1, dopgtwrp=DFR GBZ(0.3), xvtdfiketc=DFR I(ne)Z(0.3), azrelra=IB 
LL-L2, maafnkryl=IB LL-D3(800.0), sujwlo=DFI(ChiSquared), gkrq=DFI(Saturated), 
ayevfpz=DFR I(F)B3(800.0), npfv=DFR GZ(0.3), cbdtzl=DFR GZ(0.3), iibphz=DFR 
I(F)Z(0.3), wlmpsqv=DFR I(F)L2, fvliquuzlt=DFR I(n)B1, yrhtvbdcy=DFR 
I(F)L3(800.0), mxhzq=DFI(ChiSquared), cmpejjjqto=DFR I(n)Z(0.3), ngwzwrrepo=IB 
SPL-D2, qemhnw=DFR I(n)Z(0.3), jptumlqd=DFR I(n)2, mgnsnua=IB SPL-LZ(0.3), 
gyywfmhh=DFR I(ne)2, auglrnk=DFR G1, yvjbqtbh=IB SPL-L3(800.0), cuk=DFR 
I(n)B3(800.0), lxehwcx=DFR GB3(800.0), tglswrtien=DFR GL2, ziannxfy=DFR I(n)1, 
rkhcnyxzmb=BM25(k1=1.2,b=0.75), cuq=DFR GB3(800.0), isvsqpd=LM 
Jelinek-Mercer(0.700000), ycgymbyxx=DFR GL3(800.0), jvdrplaeo=DFR I(F)LZ(0.3), 
cus=IB LL-L3(800.0), nurzs=DFR I(F)B2, vmsorhwve=DFR I(F)LZ(0.3), twg=IB 
SPL-D2, tzeneu=DFR GZ(0.3), kroiqj=DFR I(ne)L3(800.0), kxbn=DFR I(F)3(800.0), 
vpmfr=IB SPL-D3(800.0), dpxlx=DFR I(F)LZ(0.3), bsjlxt=DFR I(n)B1, ezdpcxd=IB 
LL-L1, iuxgxcmr=DFR I(F)2, slwyk=DFR GL2, hjonrgjx=DFR I(n)L2, pow=DFR 
I(n)3(800.0), lcyumh=DFR GL2, tkhfejb=IB LL-L1, hkuczr=LM 
Jelinek-Mercer(0.700000), wkevuzxtrb=LM Jelinek-Mercer(0.100000), cvo=DFR 
I(n)B2, wjwutzkxn=DFR I(F)L2, iyoww=DFR I(n)B3(800.0), jnvim=DFR GB3(800.0), 
usmrsnm=DFR I(ne)L3(800.0), hdorfdwfx=DFR I(n)L2, burwtmvz=DFR I(n)Z(0.3), 
weyd=DFR I(ne)L1, qdgy=DFR I(F)L1, jhmfylfg=DFR I(ne)L3(800.0), xdsq=DFR 
I(n)Z(0.3), fvblnsapge=DFR I(F)1, ybd=DFR I(F)3(800.0), ullb=DFR I(ne)BZ(0.3), 
cstmebqi=DFR I(F)L3(800.0), owmqvqvqh=DFR I(ne)B2, aqhtufxk=DFR I(F)L1, pqe=DFR 
I(n)1, yhvszmcgto=DFR I(n)3(800.0), srpse=DFR I(ne)L2, aatu=DFR I(ne)L1, 
cxe=DFR I(ne)2, olquuwvhw=DFR G1, brqjxz=IB SPL-D3(800.0), iggbylb=IB LL-L1, 
dxjpma=IB LL-DZ(0.3), pidfjzs=LM Jelinek-Mercer(0.100000), cxu=DFR I(F)BZ(0.3), 
kvnphlqec=BM25(k1=1.2,b=0.75), oteoe=IB LL-L2, ivel=DFR GZ(0.3), nszzss=IB 
LL-L3(800.0), xcqphc=DFR I(ne)L1, cgckcdza=DFR GZ(0.3), zxypv=DFR I(ne)Z(0.3), 
bmjld=LM Jelinek-Mercer(0.100000), lnmh=DFR I(ne)BZ(0.3), ypiz=DFR I(n)B2, 
hbk=DFR I(F)L1, hwotsstia=DFR I(ne)B1, vffrldzma=DFR I(ne)B1, jqhwuuiuq=DFR 
I(n)B3(800.0), rtfe=IB SPL-D1, prw=DFR I(ne)LZ(0.3), qaexszdx=DFI(Saturated), 
enaq=DFR I(n)B2, qwwpg=DFR I(F)3(800.0), luetsk=DFR GZ(0.3), vckay=DFR I(F)B2, 
wxgsgokx=DFR I(n)Z(0.3), kpmzl=IB SPL-L3(800.0), qbiaqlmrnr=DFR GL1, 
htehnwyciy=IB LL-D1, ezckmoikg=IB LL-D2, hrrfpfsr=ClassicSimilarity, jlrn=DFR 
I(F)L2, mtulyqlmx=DFR I(n)L1, vmbqmb=DFR I(F)L2, evcrkwbc=DFR I(ne)B3(800.0), 
amotbqr=DFR I(n)L2, yek=DFR G1, ewxnnhgb=DFR I(n)Z(0.3), izop=IB SPL-D3(800.0), 
yhacnjw=DFR I(ne)LZ(0.3), avxrej=DFR I(F)BZ(0.3), fzzbqj=IB LL-DZ(0.3), 
tdtrcynmfs=DFR GB3(800.0), fxnudli=IB LL-LZ(0.3), tkcozcekz=DFR G3(800.0), 
hizjol=DFR I(ne)LZ(0.3), nqftl=LM Jelinek-Mercer(0.700000), gvyzlqjz=DFR 
GZ(0.3), qfzyjj=DFR G3(800.0), iwxrch=DFR I(ne)LZ(0.3), elnnrekfqm=IB SPL-L2, 
faduhr=IB SPL-D2, wscakhbao=DFR I(F)3(800.0), bmjtfw=DFR I(F)1, qlwuz=DFR 
I(n)L1, wjis=DFR GL3(800.0), mrqumbhpw=IB SPL-D3(800.0), klwoyhkevv=DFR 
I(ne)Z(0.3), yhjrem=IB LL-L1, uxdhfl=DFR I(n)L3(800.0), ofblmzs=DFR 
I(ne)LZ(0.3), idrpjbrccs=DFR I(F)BZ(0.3), glmdawucg=DFR I(ne)B1, drpnzibm=DFR 
I(ne)2, hsdbq=DFR I(ne)L3(800.0), ibttmrh=IB SPL-LZ(0.3), ypnnuu=DFR 
I(n)3(800.0), lrmzi=DFR I(n)3(800.0), aihlk=DFR I(ne)BZ(0.3), pzcgbgype=DFR 
GB3(800.0), mjwncxsc=DFR I(n)2, mobkscahc=DFR GZ(0.3), 
mlkrml=DFI(Standardized), skxvhveu=DFR GBZ(0.3), wctoerw=IB SPL-L1, 
eycaijcx=DFR I(ne)B1, bjjkspszcx=DFR I(ne)B3(800.0), wgwuhseowt=DFR I(ne)1, 
cvmnjjsng=DFR G3(800.0), ykftlcqf=DFR I(F)Z(0.3), pxj=DFR I(F)B2, kgceq=DFR 
I(F)1, ahxrxu=DFR GB2, npilgflxy=DFR I(ne)L3(800.0), tgrvtw=IB LL-D3(800.0), 
pcnyp=DFR I(ne)L1, zntnn=DFR I(ne)1, gjfffia=DFI(ChiSquared), yjf=DFR 
I(ne)Z(0.3), mvximifz=DFR I(n)B3(800.0), sdpll=DFR GLZ(0.3), 
cvifgguv=DFI(ChiSquared), uuzzmcshts=DFR I(n)2, trwmn=DFR I(ne)B2, ikvhiop=DFR 
I(F)L1, npomxrhl=IB SPL-L2, lql=DFR I(ne)3(800.0), tpiblfmqkn=IB LL-L1, 
rorks=DFR I(ne)L3(800.0), hii=DFR G3(800.0), hmqhju=IB LL-D2, lasbfy=IB 
LL-L3(800.0), hgihov=DFR I(F)1, ztyqpysuwy=IB SPL-D3(800.0), riwmeteo=DFR G1, 
yvrtbdfqqw=DFR G3(800.0), yydq=DFR I(n)BZ(0.3), qdsn=DFR I(n)LZ(0.3), 
yhlsuiljqt=DFR I(ne)B1, fikbo=DFR I(F)3(800.0), jymkau=DFR I(n)LZ(0.3), 
llnwvih=DFR I(n)Z(0.3), oyerjjj=IB SPL-L1, pzj=DFR GZ(0.3), swkxahcz=DFR I(n)2, 
itapkfrwg=DFR I(ne)L3(800.0), mseosd=IB SPL-LZ(0.3), ptxikjf=DFR I(n)B3(800.0), 
znafhlsq=ClassicSimilarity, fyyjie=DFR GB3(800.0), tqxxacswuf=DFR G3(800.0), 
hypgxzu=DFR I(ne)B3(800.0), nhbqgh=DFR GZ(0.3), gnkixtuz=IB SPL-L1, osbtb=DFR 
I(n)B3(800.0), hka=IB LL-L1, roscssfcj=DFR GL1, dkdhiqpcrs=DFR I(ne)3(800.0), 
fwffvqttw=DFR I(n)L3(800.0), pqyilkvwp=DFR I(F)LZ(0.3), sgugu=DFR I(F)LZ(0.3), 
zcnyjxdwj=DFR G1, hku=DFR GB2, nrmnzuddb=DFR I(ne)L2, yml=DFR I(F)3(800.0), 
knjiqmyd=DFR I(ne)L1, psbznaekz=LM Jelinek-Mercer(0.700000), jnlnzpws=DFR 
I(ne)2, uwrnbsu=IB SPL-LZ(0.3), hlk=DFI(Standardized), etmyrcgxv=DFR 
I(n)3(800.0), pwqusr=IB SPL-D1, zffsfktl=IB SPL-LZ(0.3), 
ynb=BM25(k1=1.2,b=0.75), xyozh=DFR I(n)B2, zpwytflk=DFR G3(800.0), ajpe=DFR 
I(F)B1, flruapdx=DFR I(n)L3(800.0), ztdzi=DFR I(F)Z(0.3), loxoap=DFR GL2, 
oxdr=IB SPL-L1, iaduz=DFR I(F)L2, loxxynr=DFR I(ne)LZ(0.3), sjezbxr=DFR I(n)L1, 
qkbwq=DFR I(ne)LZ(0.3), akopwc=DFR I(F)BZ(0.3), deo=DFR GLZ(0.3), cqruca=DFR 
I(F)Z(0.3), vvhnqvfcxj=DFR GL1, unugrklgj=DFR GL3(800.0), zlbxrbzc=DFR I(n)L2, 
iruogu=IB LL-L2, wiqyiajn=DFR I(ne)2, jwxab=IB SPL-DZ(0.3), hni=LM 
Jelinek-Mercer(0.100000), vipnd=DFR I(ne)B3(800.0), hpayez=IB LL-L1, 
pqqzkspcex=DFR I(F)BZ(0.3), mpxpzl=DFR I(ne)2, igjxtfeg=DFR I(F)2, 
jfzxq=BM25(k1=1.2,b=0.75), wpyaot=DFR I(ne)3(800.0), nhfp=ClassicSimilarity, 
bkzsxkmfx=DFI(ChiSquared), tdqxf=IB SPL-D1, hbroutipt=DFR I(F)L2, ciquae=DFR 
I(n)B1, pyzwf=DFR I(ne)1, jvbkdodjp=DFR I(n)B1, aunlx=DFR I(ne)BZ(0.3), 
gmnfybr=DFR I(ne)1, wggheym=DFR I(ne)Z(0.3), aklynkd=IB SPL-DZ(0.3), 
lxhfhhg=DFR I(n)2, rbflaghif=IB SPL-L2, fkrtqmrqw=DFR G2, xxdudl=DFR 
GL3(800.0), qai=DFR I(ne)BZ(0.3), mnifthizq=DFR I(n)BZ(0.3), wjtvkou=DFR 
GZ(0.3), qmlwdd=DFR I(ne)1, zzodgphk=IB SPL-D1, ylpx=DFR GL1, ieskapk=IB LL-L1, 
sdixyoms=DFR I(F)L3(800.0), jyizhz=DFR I(F)Z(0.3), wbbp=DFR I(n)2, mscvuh=DFR 
I(n)LZ(0.3), sogp=DFR I(ne)L2, qmcxciikze=DFR I(F)2, qydzayb=DFR G1, 
zzlxrfi=DFR I(n)Z(0.3), pfvnhykdh=DFR I(n)2, hwemnlthaw=DFR GL1, vuamzdyuh=DFR 
GB1, mvjq=DFR I(ne)L3(800.0), rzacizs=DFR I(n)BZ(0.3), yhkl=DFR I(n)3(800.0), 
payg=DFR I(ne)B1, lyz=DFR I(ne)B2, cnrznvvv=DFR I(n)B2, ysj=DFR I(n)1, 
rkwynorgct=IB SPL-LZ(0.3), wwvycd=LM Jelinek-Mercer(0.700000), lnonjxwje=DFR 
I(n)Z(0.3), fgrzjktmp=IB SPL-D1, gjpzdfkow=DFR I(F)LZ(0.3), hrh=DFR I(F)1, 
mtzzddvw=IB SPL-L3(800.0), hytpzttn=DFR I(F)Z(0.3), vtcoqfy=DFR GL3(800.0), 
fzff=LM Jelinek-Mercer(0.100000), txdyejwn=IB SPL-L1, amxyranqmn=LM 
Jelinek-Mercer(0.700000), tixsn=DFR GZ(0.3), xafipcj=DFR I(ne)LZ(0.3), 
chlqt=DFR I(n)L2, xynsdoynr=DFR I(F)BZ(0.3), orvrbqm=DFR I(F)3(800.0), 
xeohotfszf=IB SPL-DZ(0.3), ihhzsgvl=DFR I(ne)L3(800.0), bizcfyglg=IB 
LL-DZ(0.3), cmufknz=DFR I(ne)B2, yugc=IB LL-D1, ydes=DFR I(n)Z(0.3), 
pwevvwgg=DFR I(n)L3(800.0), lbyeaqg=DFR I(n)BZ(0.3), yud=DFR I(ne)LZ(0.3), 
jdtwh=DFR I(ne)B1, nder=DFR GL1, xkgvubqrzz=IB SPL-D2, iotcfqxbc=DFR G2, 
bvfzt=DFR I(ne)B1, hdnlvy=DFR I(ne)L3(800.0), vxofmegz=DFR GB1, yuu=DFR 
I(ne)L1, nugj=DFR GB1, hmhfjyfax=IB LL-D2, luvogrm=DFR I(F)Z(0.3), 
irvwmqrvph=DFR G2, yufp=IB LL-D2, lyxlireres=DFR I(ne)BZ(0.3), xfrfxoifer=DFR 
I(n)B3(800.0), htw=IB SPL-D1, rcrxssiv=DFR I(F)L3(800.0), xvhprisvm=DFR 
I(ne)B3(800.0), bpxwfesf=DFR I(F)L2, mtnrtzci=LM Jelinek-Mercer(0.700000), 
szsub=IB LL-DZ(0.3), ttrvuiymru=DFR I(F)LZ(0.3), ugfsmbg=DFI(Standardized), 
vbupln=DFR I(F)2, rcwp=DFR I(n)L3(800.0), hup=LM Jelinek-Mercer(0.700000), 
xzvp=DFR I(n)1, ykdfp=IB SPL-D1, huw=DFR GB2, biuzgxq=DFR I(n)1, uwwwg=DFR 
I(F)L1, ogjv=DFR I(ne)L2, f_OFFSETS=LM Jelinek-Mercer(0.700000), fcnrpilwbi=DFR 
I(ne)B1, text=DFR I(ne)1, otdg=DFR I(n)B3(800.0), qvbh=DFR I(ne)B2, uoz=DFR 
G3(800.0), yxg=IB SPL-D2, cxagatvse=IB SPL-DZ(0.3), kojcnbsdzq=DFR I(n)1, 
xexvnobl=DFR GBZ(0.3), pxigrciad=DFR I(ne)B1, mvmd=DFR I(n)B3(800.0), upv=DFR 
I(ne)BZ(0.3), wwxcc=DFR GL3(800.0), dog=DFR I(n)3(800.0), dop=DFR I(ne)B1, 
lrzet=DFR I(n)2, bzhnsxygt=DFR GL2, ssyw=DFR G2, uqd=IB LL-D2, ufylkinu=IB 
LL-LZ(0.3), fmruyfl=DFR I(F)L3(800.0), yqvvh=IB SPL-LZ(0.3), cnwuhelas=IB 
SPL-L1, fmst=DFR I(n)L3(800.0), qis=IB SPL-D2, tyxdtqig=DFR I(ne)L1, 
ffavaxw=DFR I(ne)Z(0.3), ileoru=DFI(Saturated), ziyhbl=IB SPL-L3(800.0), 
bzmpfwz=DFR GL1, icilctkaav=DFR I(ne)B3(800.0), brht=DFR G2, 
occunodqmh=DFI(Saturated), viuaf=IB SPL-LZ(0.3), febx=DFR G2, oglc=DFR 
I(n)LZ(0.3), bqtgsh=LM Jelinek-Mercer(0.100000), vvbari=IB LL-LZ(0.3), 
wqkzpasg=DFR I(ne)B3(800.0), eidmxf=DFR I(F)L2, oipdqnwcs=LM 
Jelinek-Mercer(0.700000), ztbrxnqptl=DFR I(ne)3(800.0), 
fszblz=ClassicSimilarity, gcbgyrt=DFR I(ne)L2, gldkqvn=DFR I(ne)BZ(0.3), qkv=IB 
SPL-LZ(0.3), mxrkjaffm=DFI(ChiSquared), ocqqfi=DFR I(n)2, kzcabvkjgt=DFR 
I(F)Z(0.3), f_POSITIONS_AND_OFFSETS=DFR I(n)L1, vnbfax=DFR I(F)Z(0.3), 
uvsummsv=DFR I(F)L1, vaknxmt=IB LL-LZ(0.3), bwyyvrnz=DFR I(n)2, mkjvfu=DFR 
I(F)L2, epotzp=DFR I(F)B1, junwww=DFR I(ne)B1, vkcyrbjsz=IB LL-D3(800.0), 
hsfsq=DFR I(ne)1, axckwi=DFR I(n)L1, mdptqsi=DFR I(n)L2, jsownseld=IB 
LL-D3(800.0), sqveymn=DFR I(ne)2, zfewwr=DFR I(ne)LZ(0.3), dntnw=DFR I(ne)B1, 
tzyugtjcl=DFR GB3(800.0), fior=IB SPL-L3(800.0), qxhril=DFR I(ne)2, 
lfxw=BM25(k1=1.2,b=0.75), kqdxoizai=IB SPL-DZ(0.3), gqecxi=IB SPL-L1, 
vtegmzzm=DFR GL2, lxcyqbw=DFR I(F)L2, gqfto=DFR I(ne)Z(0.3), wfwu=DFR 
I(ne)BZ(0.3), jmsbe=DFR GL2, uvlbl=DFR G1, dpqlteedx=DFR GB1, xqayqi=IB LL-L2, 
qufreg=DFR I(F)1, ewmc=DFR I(F)B2, lwyh=IB LL-D2, unuczwbpf=DFR GB2, 
wmehtbq=DFR GZ(0.3), uvm=DFR I(n)L3(800.0), yyckzq=IB SPL-D2, ewmz=IB 
SPL-LZ(0.3), trrvk=IB LL-D3(800.0), spftcof=IB SPL-L1, lohk=IB LL-LZ(0.3), 
qnq=ClassicSimilarity, tkrtrri=IB LL-L3(800.0), eimodwxfme=DFR I(F)3(800.0), 
fqewecj=DFI(Saturated), sfqdmujl=ClassicSimilarity, kllbcs=DFR GL3(800.0), 
gtqleuz=DFR I(n)1, eseg=DFR I(F)2, ejxiiyfrh=DFR I(F)3(800.0), cxjovjsqch=DFR 
GL2, duu=DFR I(ne)L3(800.0), mamn=DFI(Saturated), ufyuv=DFR G3(800.0), 
unlijfo=DFR GB1, pcnufax=IB SPL-D2, dvc=DFR I(n)L3(800.0), dvb=IB SPL-L1, 
bwbzgvc=IB SPL-LZ(0.3), kppv=DFR G1, hetjvdp=DFR GB2, ofdhzjkgp=DFR I(n)L1, 
stydgnxli=DFR I(F)B3(800.0), ilfoyij=IB SPL-D3(800.0), vtwj=DFR G2, rkrtyd=IB 
LL-L2, okktux=DFR I(n)L1, cqib=DFR I(n)BZ(0.3), klhb=DFR GZ(0.3), ousjmww=DFR 
I(ne)1, lwzp=IB SPL-L2, pneawe=IB SPL-L3(800.0), ajsfy=IB LL-D2, wkkmxjfctj=DFR 
I(n)2, gpbrbim=DFR I(n)BZ(0.3), dwi=IB LL-D3(800.0), jyooupqpf=IB LL-D1, 
eafjlj=DFR I(ne)B2, hkrb=IB SPL-D3(800.0), gafcaslj=DFR I(ne)2, 
tqwnf=DFI(Saturated), wtzwqua=IB LL-DZ(0.3), wyzmfhf=DFR GBZ(0.3), hozj=DFR 
I(F)3(800.0), mie=DFR I(ne)Z(0.3), jjsybkapw=IB LL-DZ(0.3), dxa=IB SPL-LZ(0.3), 
fdqanj=DFR GL1, lfksfrehb=DFR G2, ppcvauurz=DFR I(ne)2, dxi=DFR I(n)L1, 
amfwrytiyh=DFR GZ(0.3), rdbielrxmn=DFR I(n)B3(800.0), aewqydv=DFR I(F)B1, 
hjqefh=IB LL-L1, iidyszomjo=DFR I(ne)B3(800.0), dyggpjwdzn=DFR I(F)1, 
nnxsmo=BM25(k1=1.2,b=0.75), kfkswb=DFR GB1, lnegmgjrbl=DFR GB3(800.0), wkdm=DFR 
I(F)3(800.0), pawhaputev=LM Jelinek-Mercer(0.100000), muicua=DFR I(n)1, 
zmuewxgez=IB SPL-L3(800.0), mjl=IB SPL-D1, hnuzg=IB LL-L3(800.0), 
spbxyprmd=BM25(k1=1.2,b=0.75), bmios=DF
   [junit4]   2> R I(n)2, umkdpa=DFR I(F)Z(0.3), zjfwt=DFR I(ne)LZ(0.3), 
glbumt=DFR GZ(0.3), noithjhd=DFR I(ne)1, lpmglv=IB LL-L3(800.0), treas=DFR 
I(F)LZ(0.3), uzusgzxxf=DFR I(n)Z(0.3), yhyqkkhy=DFR I(n)L3(800.0), emgsc=DFR 
I(F)B2, dzb=DFR GL1, sksv=DFR I(ne)B2, mgxahrau=IB SPL-L1, mzvtt=IB 
LL-L3(800.0), itdcudljb=DFR I(n)L1, nkyvaqnqor=IB LL-D2, awyfy=DFR 
I(F)3(800.0), vlke=IB LL-D3(800.0), xqkmcdeb=DFI(ChiSquared), nqrmn=DFR I(F)L2, 
efrk=DFR I(ne)Z(0.3), jrpjrqaty=DFR GLZ(0.3), speaoed=DFR GB1, dgwfav=DFR 
I(ne)B3(800.0), liejjbtmi=DFR I(F)B3(800.0), xtpqexj=DFR GBZ(0.3), masz=DFR 
I(ne)1, tujvomfbh=DFR I(ne)L2, cqucppse=DFR I(F)B3(800.0), mybcta=DFR 
I(ne)BZ(0.3), lnjtgupqv=DFR GB1, roryny=DFR I(F)B1, mmt=DFR I(ne)2, yduj=DFR 
I(F)BZ(0.3), mnh=DFR GL1, kixccegt=DFR I(n)Z(0.3), uebl=IB LL-LZ(0.3), 
dolcvnkvnu=DFR GLZ(0.3), aopkfa=DFR I(ne)Z(0.3), mvipvkxfl=DFR GL1, hwonv=DFR 
I(F)B3(800.0), simkm=DFR G1, yiynmo=DFI(ChiSquared), jrrptshsw=IB SPL-D1, 
ccnqc=DFR I(ne)3(800.0), lnpxgggsig=DFR I(F)L1, moi=DFR I(ne)L2, 
jmwcdf=ClassicSimilarity, htmgdpsmfq=DFR I(ne)3(800.0), zhv=IB LL-D2, pyegt=DFR 
I(n)B3(800.0), gohywfz=DFR I(F)3(800.0), wqifc=IB SPL-LZ(0.3), wdsglzo=IB 
LL-D1, yjdyg=DFR I(F)B1, rqen=IB LL-D3(800.0), rcmchyaqs=IB SPL-L1, igz=DFR 
I(n)B3(800.0), jhklc=DFR I(F)L3(800.0), coibj=DFR GB2, gpzocvibf=DFR 
I(ne)BZ(0.3), zix=DFR I(ne)2, ceeyte=DFR I(ne)Z(0.3), vav=DFR I(F)3(800.0), 
jfgbaj=IB LL-LZ(0.3), hfxectgzt=DFR I(ne)B1, xhlgtlt=DFR GL2, wgxrymbwa=DFR 
I(ne)LZ(0.3), amkprb=DFR I(n)B3(800.0), znfpdvhct=DFR I(F)2, dddhvridp=DFR 
I(F)L3(800.0), hlznxzbwe=DFR I(F)B3(800.0), fripjkq=DFR I(F)L2, tenkcaqwt=IB 
SPL-D1, dtwu=DFR I(ne)3(800.0), efxy=DFR GL3(800.0), mtgghmtj=DFR GZ(0.3), 
badgyk=DFR I(F)L2, tnzcthoiz=LM Jelinek-Mercer(0.700000), qxfpbabncn=DFR 
GLZ(0.3), cbkzlcak=DFR GB3(800.0), iiz=DFR I(ne)BZ(0.3), brxt=IB SPL-D1, 
gltdnb=DFR I(ne)2, bxiojtrf=IB LL-D3(800.0), bjtbert=IB SPL-D1, dtvq=DFR G2, 
ije=IB SPL-D3(800.0), vcu=DFR I(n)L1, jarcbxc=DFR I(ne)L2, qnaxfro=LM 
Jelinek-Mercer(0.100000), ijm=DFR GB1, qdfueymf=DFR I(F)B3(800.0), uxeae=DFR 
I(F)LZ(0.3), fcyst=IB LL-D2, hyicjtb=IB LL-D1, stfblchof=LM 
Jelinek-Mercer(0.700000), teplr=DFR G3(800.0), zlj=DFR I(ne)L2, bbwvbp=DFR 
I(F)B2, wmsffw=DFR I(ne)B3(800.0), zruoljj=DFR I(F)BZ(0.3), ikc=DFR G2, 
pgwalox=DFR I(ne)3(800.0), vrgfubn=DFR GLZ(0.3), olih=DFR I(F)L2, aqhlan=LM 
Jelinek-Mercer(0.100000), clegdx=DFR I(ne)1, gprxdg=IB SPL-L3(800.0), yidt=DFR 
I(n)BZ(0.3), wiiye=DFR GLZ(0.3), qgbjuatp=DFR I(n)LZ(0.3), 
tfmt=ClassicSimilarity, umopkmv=DFR G3(800.0), rqfls=DFR I(F)L2, aunitb=IB 
SPL-LZ(0.3), gjmohlw=IB LL-D2, rxzgltycv=DFR I(F)1, znp=DFR I(n)Z(0.3), 
dblgdyav=DFR I(ne)3(800.0), ekuvoihxfv=IB SPL-DZ(0.3), rbnuwoxex=DFR 
I(ne)B3(800.0), trrei=IB SPL-DZ(0.3), jdolnummj=LM Jelinek-Mercer(0.700000), 
mnuh=DFR I(ne)2, jubnkmpp=DFR I(F)B2, qjag=DFR I(n)B2, ufdrn=IB SPL-L1, 
ybwovkp=IB SPL-D3(800.0), izjighb=DFR I(n)L1, ourmkp=IB LL-LZ(0.3), 
vlnlqkwwtc=IB LL-LZ(0.3), zdtaoyst=IB LL-L3(800.0), rczhirldte=DFR I(n)Z(0.3), 
nnkftgz=DFR I(n)LZ(0.3), irjpp=DFR I(ne)B1, oojihs=ClassicSimilarity, 
xuktpjmof=DFR I(ne)L1, hdxpt=DFR I(n)L3(800.0), yzwgucu=DFR I(F)B1, 
woqtvpku=DFR GL1, iqxhahklt=IB SPL-L3(800.0), yzgs=IB SPL-D1, ztyb=DFR 
GL3(800.0), lifmc=DFR I(F)L2, urcp=DFR I(F)L1, jjfcabsr=BM25(k1=1.2,b=0.75), 
vhs=DFR I(n)Z(0.3), aothl=DFR I(ne)B2, imxssrtk=IB LL-D3(800.0), cotimjqk=DFR 
I(n)3(800.0), yntub=DFR I(F)1, jaeo=DFR GL1, rmen=DFR I(ne)Z(0.3), nzlnna=DFR 
I(ne)BZ(0.3), uqfnwak=DFR I(ne)B3(800.0), pvtzikjfac=DFR I(F)L1, fxysytvw=IB 
LL-D2, rat=DFR I(n)1, ivswbdc=IB LL-D2, rynwlrw=DFR I(ne)L3(800.0), viy=IB 
SPL-LZ(0.3), tskk=IB LL-D2, rymdbpo=DFR GBZ(0.3), cobmwtz=DFR I(n)LZ(0.3), 
kvmiwv=DFR I(n)L3(800.0), xwvvdda=DFR I(ne)B3(800.0), 
jgsxrjp=ClassicSimilarity, dgwrd=DFR I(n)L1, axuzlwhz=DFI(Saturated), 
adveopuz=DFI(Standardized), cbmqiv=BM25(k1=1.2,b=0.75), tposyb=DFR I(n)B1, 
yqbzxvhuv=DFR I(n)B2, sojei=BM25(k1=1.2,b=0.75), xazhby=DFR I(F)Z(0.3), 
obsubnrgm=DFR I(F)L2, efrojkicmc=DFR I(ne)Z(0.3), oitvk=IB SPL-D2, eppxkzu=DFR 
I(ne)L1, ouspx=DFR I(ne)B1, xylfepgotb=DFI(Standardized), eywuaeks=DFR 
I(n)LZ(0.3), lamfxvg=DFR I(n)2, jdsqc=IB LL-LZ(0.3), lmtabyuwh=LM 
Jelinek-Mercer(0.700000), mza=DFR GB2, ibwcvhtxgs=DFR I(n)B2, bnammu=IB 
LL-D3(800.0), cwwfogbiw=DFR I(F)L3(800.0), mzdqax=IB SPL-L2, lwsaj=DFR 
I(ne)L3(800.0), ire=DFR I(n)L1, veksg=DFR I(F)LZ(0.3), yzqfixnhu=IB SPL-L2, 
abe=DFI(ChiSquared), cwjmdsjuz=DFR I(ne)L3(800.0), vla=DFR I(ne)L3(800.0), 
qreccg=DFR I(n)B3(800.0), xfgo=DFR I(ne)B3(800.0), ufgvtvtlr=DFR I(n)Z(0.3), 
axot=DFR I(n)BZ(0.3), ejw=LM Jelinek-Mercer(0.700000), 
hmpyotwvbu=DFI(ChiSquared), olqh=DFR I(F)L1, rdy=DFR GBZ(0.3), kiagpjabcz=LM 
Jelinek-Mercer(0.700000), avtpm=DFR I(ne)B3(800.0), mcwjcht=DFR I(n)LZ(0.3), 
acw=BM25(k1=1.2,b=0.75), vfwwdxuu=DFR I(ne)B3(800.0), gxqsifyvop=DFR GB2, 
eld=DFR GBZ(0.3), wywcjcmvz=IB SPL-D2, qlzfq=DFR I(n)B1, jujufw=DFR I(n)L2, 
wycxpjs=DFR I(n)L1, brrkfz=ClassicSimilarity, zqttrhb=DFR I(F)3(800.0), 
vohxeydy=DFR I(n)Z(0.3), apak=DFR I(n)1, hahjsrf=IB SPL-DZ(0.3), imnvyzpdew=DFR 
GL2, pgkccqgq=IB LL-LZ(0.3), iui=DFR I(ne)L3(800.0), jqnfddeh=DFR I(F)L2, 
zvy=DFR G2, wbuli=IB SPL-D2, clkcz=IB SPL-D2, kianwczdzv=DFR I(F)B2, 
ukkihqjhmk=DFR I(ne)3(800.0), taujjximrb=BM25(k1=1.2,b=0.75), 
onjwt=DFI(Standardized), cutssvtkf=DFR I(ne)L1, afzma=DFR I(ne)Z(0.3), 
kllavod=DFR I(n)2, zhjf=DFR I(ne)L2, von=DFR I(F)B3(800.0), yxtwtuj=IB LL-D2, 
voo=IB LL-D3(800.0), ivf=DFR I(ne)BZ(0.3), ewzmqkh=LM Jelinek-Mercer(0.700000), 
abywoau=DFR I(ne)L1, rbrdokgur=IB SPL-D2, zxa=IB LL-L1, rgx=DFI(Saturated), 
afg=LM Jelinek-Mercer(0.700000), opzp=DFR I(n)L2, neboowmf=IB LL-D1, iahvnf=DFR 
I(ne)1, gtpqtw=DFR I(n)L1, mmvambwqsy=DFR I(n)L1, ugkfjh=DFR I(ne)2, ocbiu=IB 
SPL-L2, esyedmzctt=IB SPL-D1, vpo=DFR I(ne)1, zzrkez=IB LL-D3(800.0), 
pjjsok=DFR I(ne)2, kogyfuefr=ClassicSimilarity, agh=IB LL-L2, qmupqqyy=DFR GL1, 
tvaytobqxh=IB LL-D2, iwy=DFR I(n)2, cdvetooxj=DFR I(ne)2, wvjlen=IB 
SPL-L3(800.0), oehtg=DFR GB2, vqi=DFR G1, bcbdf=DFR GBZ(0.3), vqp=DFR I(n)1, 
nxqqel=DFR GB2, tysjncv=DFR I(F)L2, cjhvceln=DFR I(n)LZ(0.3), pcjtul=DFR G2, 
itlhgrl=IB LL-D1, eghz=IB SPL-L3(800.0), ixi=IB LL-L2, jspzpg=DFR G3(800.0), 
bwpg=IB SPL-D1, mmtospm=DFR I(F)L2, ixy=DFR GLZ(0.3), nba=DFR GL3(800.0), 
lkglkvoxc=DFR I(F)BZ(0.3), fbqndqzn=IB SPL-L1, rzfd=DFR I(ne)L2, 
npunldtr=DFI(ChiSquared), vrs=DFR I(F)LZ(0.3), vbohz=DFR I(F)B3(800.0), 
itihzvzh=IB SPL-D2, azpyrkrt=IB LL-L1, mwqfj=DFR I(F)L1, njijxyg=DFR 
I(ne)BZ(0.3), fuaitg=DFI(ChiSquared), iutfxorw=DFR I(F)B2, zhycwqprf=DFR G1, 
qvwey=IB SPL-D2, rwdeldtdr=DFR G2, jxmqs=DFI(Standardized), vsi=LM 
Jelinek-Mercer(0.700000), pejzn=DFR I(n)L1, rvlvwrc=DFR I(n)BZ(0.3), 
puiyeqt=DFR I(F)B3(800.0), akpfz=IB SPL-L1, wjabajvou=LM 
Jelinek-Mercer(0.100000), iiuyrlyrpb=DFR I(F)L2, qxzjkkm=DFR G3(800.0), 
qdaqb=DFR I(F)B1, imcpecfl=DFR I(ne)2, mwrp=DFR I(n)Z(0.3), rkv=IB SPL-L1, 
cyghda=DFR I(n)BZ(0.3), fenbzigzk=DFI(Saturated), zcazg=IB SPL-L2, 
zkmkphluc=DFR I(ne)3(800.0), erp=DFR I(F)1, vqke=DFR I(ne)LZ(0.3), ncx=DFR 
I(F)LZ(0.3), xogwuve=DFR I(F)1, bhwpsx=DFR I(ne)Z(0.3), stjnzkezzv=DFR 
GB3(800.0), vikmu=DFR I(F)B1, gwcbiiupfe=IB SPL-L3(800.0), styy=DFR I(F)B2, 
bjdfchvvtw=IB LL-DZ(0.3), qxoyxzu=DFR I(ne)1, dctvrg=DFR I(n)BZ(0.3), mjxe=DFR 
I(n)B1, hwgdpsojo=DFR I(n)3(800.0), arcyy=IB LL-LZ(0.3), vub=IB SPL-LZ(0.3), 
bsrwzqec=IB SPL-L1, mknim=DFR GBZ(0.3), abvft=DFR G3(800.0), hlna=DFR I(F)L2, 
f_POSITIONS=DFR G1, dtegzmcm=DFR I(n)B3(800.0), bwug=DFR GL3(800.0), akw=DFR 
GB2, nee=DFR I(n)LZ(0.3), plfdrtxwv=DFI(Saturated), rms=DFR I(n)2, 
jnjyddhmqb=DFR GB3(800.0), xpguv=DFR I(ne)2, tbses=IB SPL-D2, sxylb=DFR 
GBZ(0.3), rwryfmp=DFR I(F)2, pctrrbgw=DFR GLZ(0.3), xfmzwoq=DFR I(F)2, 
xnzqrolz=DFR I(ne)2, xunue=DFR I(ne)B1, cxeoptnf=DFR I(n)BZ(0.3), cbiva=DFR G1, 
xlfviwh=DFR I(F)B2, zbxlkywzgu=IB LL-D2, mpujo=DFR I(n)L2, smgozdt=IB 
SPL-D3(800.0), keenbpgyfk=DFR GL3(800.0), jlbxhussry=IB SPL-DZ(0.3), shgj=DFR 
I(F)BZ(0.3), qodypoty=DFR I(n)2, spwt=DFR G3(800.0), ceql=DFR I(F)B2, 
nnjaxh=DFR I(F)L3(800.0), caokmfw=IB LL-L2, xftj=DFR I(ne)B1, bxnhxwu=DFR 
I(F)LZ(0.3), fmzbonmd=DFR I(F)B3(800.0), wxzl=DFR I(F)L2, nha=DFR G3(800.0), 
cksspio=DFR I(ne)1, jssholewe=IB SPL-L3(800.0), vqos=DFR I(ne)B3(800.0), 
gxrzvqur=DFR I(F)B2, vfejijz=DFR I(F)LZ(0.3), fjqi=DFR GB1, bbmj=IB LL-D1, 
ewd=DFR I(n)BZ(0.3), ujcn=DFR GB1, toljldl=DFR I(ne)L3(800.0), lenya=DFR 
I(F)BZ(0.3), jrxb=DFR I(ne)L3(800.0), gmswe=DFR I(F)2, nil=IB SPL-D1, acuk=DFR 
I(n)1, imixxtucfy=DFR I(ne)LZ(0.3), johihhz=DFR G1, fighnjxufn=IB LL-D2, 
hbkcoiuwt=IB LL-L1, vzc=DFR I(F)1, hrtmo=DFR I(ne)L2, bsjdhnhyng=DFR 
I(ne)3(800.0), mbgduyxgaj=IB LL-L2, qrpdrljnh=DFR I(n)L1, yskajc=DFR GB2, 
jjtrcfmnuy=DFR G1, ovlqhbc=IB LL-LZ(0.3), qjdxcjplp=IB LL-D1, riiorcm=DFR 
I(ne)B2, egqzx=LM Jelinek-Mercer(0.700000), wlrfwmq=DFR I(n)B3(800.0), 
mhfmvtjze=DFI(Standardized), ssqrlwv=DFR I(F)L2, jypecibly=DFR I(n)B3(800.0), 
reteze=IB LL-LZ(0.3), ehlmi=DFR GZ(0.3), xhjxqhmqq=DFR I(n)B3(800.0), 
dngdzqjv=IB SPL-L1, natbgxpsq=DFR I(ne)2, kxwqk=DFR I(n)2, ppaor=IB LL-D1, 
vwdors=DFR I(ne)L3(800.0), ngvodpum=DFR I(ne)2, asboiuvbuq=IB LL-L2, 
hbixuteks=DFI(ChiSquared), wdrmwu=DFR I(ne)B2, lnmixzfhl=DFR I(n)B3(800.0), 
ngzful=DFR I(ne)L1, hzdagp=DFI(Standardized), qbdp=DFR I(n)BZ(0.3), kqmxvkq=DFR 
I(ne)2, kgneaiemp=DFR GB2, nfpgkdaov=IB LL-L3(800.0), buzfuoslh=DFR 
I(F)LZ(0.3), llfi=IB LL-DZ(0.3), uwaa=IB LL-L2, egrh=DFI(ChiSquared), bturq=IB 
SPL-L3(800.0), rhqxbas=DFR I(F)2, syko=DFR I(ne)1, capnvrobs=DFR I(F)B2, 
mcquziwnlz=DFR I(F)LZ(0.3), ndolm=DFR I(F)Z(0.3), eunelacff=DFR G2, egtx=DFR 
I(F)3(800.0), feejj=DFR GL2, acyu=ClassicSimilarity, bqxjwpjlby=IB SPL-D1, 
sesukn=IB LL-D3(800.0), kypfzxgd=DFR G3(800.0), ydtzljbxt=LM 
Jelinek-Mercer(0.100000), jrhtfzy=DFR I(n)L2, nnk=DFR I(F)B1, arvhkpwga=DFR 
GB1, mimrjy=DFR I(n)B3(800.0), nawzmd=DFR I(n)B3(800.0), fwbwrly=DFR GBZ(0.3), 
skrjsi=DFR I(F)LZ(0.3), jfm=DFR I(F)1, ppwav=DFR GL2, ofmydn=IB SPL-D2, 
jfu=DFI(Saturated), ouiadsxzi=DFR I(ne)LZ(0.3), jfy=DFR I(ne)B3(800.0), 
zgtebjlb=IB LL-LZ(0.3), hpebjugp=IB SPL-L1, osvfjjwsf=DFR I(F)B3(800.0), 
suel=DFR GLZ(0.3), kvkazyi=DFR GZ(0.3), clxpe=DFR I(n)2, kwruxdatgm=IB 
LL-D3(800.0), vmpn=IB SPL-L2, mytniyptt=DFR GL1, fxqgx=IB LL-D1, gwjsvmqg=DFR 
I(F)Z(0.3), irnqlccj=IB LL-L2, wctqtb=DFR I(F)BZ(0.3), oymnrnuas=DFR G1, 
phziwmh=BM25(k1=1.2,b=0.75), gitu=DFR I(n)Z(0.3), wsabr=DFR GB1, jxrmzxk=DFR 
I(ne)L2, avt=DFR GLZ(0.3), ogwfiui=DFR I(ne)2, otxorx=IB SPL-L3(800.0), 
mkcnvj=DFR I(ne)BZ(0.3), sxjglzrhvh=IB LL-L1, xtvdlo=IB LL-L2, qrsonzhn=DFR 
I(n)B1, nsjve=BM25(k1=1.2,b=0.75), mkgvyz=DFR I(F)3(800.0), 
ggabtbcxhx=BM25(k1=1.2,b=0.75), wggckp=DFR I(F)BZ(0.3), aawpxea=IB SPL-D2, 
hezye=DFR GZ(0.3), qslz=DFR GB3(800.0), gwikbxgy=DFI(Standardized), nqi=IB 
SPL-L3(800.0), whep=DFR I(F)1, brbugah=DFR I(F)B3(800.0), lfpelpuv=DFR I(F)L1, 
mlkcnb=IB LL-L2, gejrdia=LM Jelinek-Mercer(0.700000), rrgk=IB SPL-L1, 
ycxvfim=IB LL-L3(800.0), krkgof=IB SPL-L2, aehztbpbo=DFR I(ne)L3(800.0), 
bcskfuh=DFR GZ(0.3), wcf=ClassicSimilarity, wrwzyl=DFR I(ne)Z(0.3), nre=DFR 
I(ne)2, ikufhukic=IB LL-DZ(0.3), vrotyerz=DFR GL3(800.0), twwarw=DFR I(n)B2, 
zmkaw=DFR I(n)L1, whzzdz=IB LL-D1, nrh=DFR G1, qxhooakt=IB SPL-D2, xsydh=DFR 
I(ne)1, iyvky=DFR I(n)1, jyukakt=DFR I(F)Z(0.3), pihkcu=DFR GL3(800.0), 
tzplb=DFI(Standardized), wvwyvvz=DFI(Standardized), rixv=DFR GB1, yruy=IB 
LL-L2, nsr=IB SPL-L3(800.0), bqgfsjuhio=IB SPL-LZ(0.3), mkprdlluw=IB 
SPL-D3(800.0), azk=DFR I(ne)2, grzlv=DFR I(n)1, ivyqugek=IB SPL-D1, 
hxuutdpjj=DFR I(ne)1, wimfm=DFR I(F)3(800.0), fdb=DFR I(F)BZ(0.3), pgyu=IB 
LL-D3(800.0), klxqiaweyk=DFR I(F)BZ(0.3), swlbja=DFR I(ne)1, clxvhu=DFR 
I(F)LZ(0.3), reklko=DFR G2, jfivee=IB LL-LZ(0.3), bbym=DFR I(n)L2, lmphclsoi=IB 
LL-D2, qfth=DFR I(F)L2, djbnltjtst=DFR I(ne)B3(800.0), wfs=IB SPL-DZ(0.3), 
gzixpls=DFR I(ne)3(800.0), hkbtb=DFR GB1, fej=DFR I(ne)L1, qoid=DFR I(n)L1, 
ehtsq=DFR I(F)1, edgbtsmjgp=IB LL-L2, nva=DFR GLZ(0.3), pleq=IB SPL-L3(800.0), 
oazrmopub=DFR GBZ(0.3), jnj=DFR I(F)3(800.0), augwbkdprn=DFR I(F)B2, 
dhnmsua=DFR I(F)LZ(0.3), vebry=IB SPL-D2, qcbjl=DFR I(ne)BZ(0.3), qldkqzuob=DFR 
I(F)1, fhqxvag=DFR I(ne)BZ(0.3), pukvbh=DFR I(n)L2, jmmez=DFR I(F)L3(800.0), 
xhtksmizwy=DFR I(ne)B1, ytzch=IB SPL-LZ(0.3), qwexufkasa=DFR I(ne)L3(800.0), 
bcqrqwsat=DFR GBZ(0.3), ddrxx=DFR I(ne)Z(0.3), fgg=DFR I(ne)2, fgl=LM 
Jelinek-Mercer(0.100000), rpcybbanrd=DFR I(n)1, ipdz=DFR I(F)2, wmhji=DFR 
GLZ(0.3), vobxhber=DFR G1, wii=DFR I(n)B3(800.0), xvrzlrh=DFR I(ne)B3(800.0), 
vcvbj=DFR G1, usdonznzs=DFR I(n)LZ(0.3), xlbjejcp=IB LL-L3(800.0), ucgag=IB 
LL-D3(800.0), kmxaa=DFR I(ne)L3(800.0), smaehs=DFR I(F)LZ(0.3), rjvwvm=DFR 
I(F)B1, moanvvzetf=DFR I(n)3(800.0), igrl=DFR I(F)B1, siwsnvq=IB LL-L2, 
utuoth=DFR I(n)L1, kegp=DFR GLZ(0.3), rfuksj=DFR G1, egehjghf=DFR GZ(0.3), 
jtcmsm=DFR I(ne)L1, jqf=IB SPL-D3(800.0), tyaihglf=DFR I(F)B1, zccnjorb=DFR 
I(ne)L3(800.0), wju=DFR I(F)Z(0.3), fik=DFI(ChiSquared), jfpl=IB SPL-L2, 
easevua=DFR I(ne)3(800.0), vplvzno=DFR G2, nza=DFR I(F)L2, 
fcvyhhrniv=DFI(Saturated), xrbmqfcza=DFR I(n)L1, ijyeommciu=IB LL-L3(800.0), 
gdvpreehu=IB SPL-L3(800.0), f_NONE=LM Jelinek-Mercer(0.100000), wzerpjo=DFR 
I(n)L2, uurpgy=IB LL-D2, aa=DFR GB1, kbaqbsx=DFR GL2, xkow=DFR I(ne)B2, 
jyyqbyoct=DFR I(F)BZ(0.3), xyesvbihuz=IB SPL-DZ(0.3), ag=DFR I(ne)B2, ai=DFR 
GBZ(0.3), aj=IB LL-L1, ak=DFR I(F)B3(800.0), al=IB LL-D3(800.0), wlvhlwkmll=IB 
LL-L2, ao=DFR I(F)Z(0.3), jrw=IB SPL-LZ(0.3), axfbtybmqr=DFR I(n)L3(800.0), 
nxsgaslwiy=DFI(ChiSquared), jsdcwwcf=IB LL-D3(800.0), at=DFR G3(800.0), 
mwodvng=DFR I(F)L2, egstqrz=DFI(Saturated), av=DFR I(ne)2, zied=DFR I(F)B1, 
ixul=IB LL-D1, reuo=DFR GZ(0.3), ujoec=DFI(ChiSquared), vokrh=DFR GB2, 
lgttcvm=DFR I(ne)L1, bd=IB SPL-LZ(0.3), bh=DFR I(n)1, bi=DFR I(ne)B1, zkyjp=IB 
LL-L3(800.0), bj=DFR I(ne)L1, bk=DFR I(F)2, bo=DFR I(n)L3(800.0), bcp=IB 
SPL-D2, xzgqq=DFR GB3(800.0), eciwncom=IB SPL-D1, bz=DFR I(ne)1, vqbqncs=DFR 
I(ne)L1, xxkl=DFR I(F)2, lumyxv=IB LL-DZ(0.3), ca=DFR I(n)B3(800.0), wmt=DFR 
I(n)L1, ykexnbzw=DFR G1, cn=DFR I(F)B2, ntdrmldvjg=IB SPL-D1, 
qvzck=ClassicSimilarity, gekypslt=DFI(Standardized), ivgzh=DFR I(ne)Z(0.3), 
rjyhv=DFR I(F)B1, visn=DFR I(n)L3(800.0), fmc=DFR I(n)B3(800.0), da=DFR GB2, 
db=DFR GZ(0.3), bef=DFR I(F)Z(0.3), dg=DFR I(ne)1, atipakkt=IB LL-L3(800.0), 
kplxwmr=DFR GBZ(0.3), dl=DFR I(n)Z(0.3), dm=DFR I(n)B3(800.0), wvvum=DFR GB2, 
qhktvglvb=DFR I(n)Z(0.3), kbcmhb=DFR I(n)B1, kxrzd=DFR I(F)B2, iawvx=DFR 
I(F)L1, dy=DFR I(ne)Z(0.3), tpin=IB LL-L3(800.0), jve=DFR I(n)B2, 
woq=ClassicSimilarity, xpwme=DFR GB3(800.0), vivp=LM Jelinek-Mercer(0.100000), 
zawgsju=IB SPL-LZ(0.3), ttqy=IB SPL-D1, ee=DFR I(F)Z(0.3), ef=LM 
Jelinek-Mercer(0.700000), iqgeintou=IB SPL-L3(800.0), eexhlket=IB SPL-LZ(0.3), 
ei=DFR GL3(800.0), luespspr=IB SPL-L3(800.0), ohyip=DFR GLZ(0.3), ep=DFR 
I(ne)L3(800.0), wpuarnm=DFR G1, upffglwou=DFR GB3(800.0), eu=DFR I(n)3(800.0), 
guexggkyg=DFR I(n)L2, kqnunsfpa=DFR I(F)1, ew=DFR I(ne)B1, mriad=DFR I(F)B2, 
mrgbcwke=DFR G2, shj=DFR GLZ(0.3), crpjelj=DFR I(n)1, aizbwue=DFR 
I(F)L3(800.0), dqwps=DFR I(n)B1, bgb=DFR GBZ(0.3), fb=DFR G2, tiahhg=DFR 
I(ne)L2, vqnrle=DFR I(ne)3(800.0), ff=DFR I(F)L1, signa=DFR I(n)B1, shu=DFR G1, 
pvbcuyryxp=DFR I(n)B1, bjttweudpl=DFR GZ(0.3), foo=DFR GBZ(0.3), koesjama=IB 
LL-D2, ldxopsmwmd=IB LL-LZ(0.3), fv=DFR I(n)B3(800.0), ywmgk=DFR 
I(ne)L3(800.0), jxc=DFR I(F)LZ(0.3), vblbccn=DFR I(ne)B1, jxe=DFI(ChiSquared), 
ga=DFR I(n)LZ(0.3), gc=DFR I(ne)Z(0.3), gh=DFR GBZ(0.3), oar=DFR I(F)Z(0.3), 
gi=IB LL-L1, gj=DFR I(F)B3(800.0), gk=IB LL-D3(800.0), udwygcqj=DFR GBZ(0.3), 
iksczk=DFR I(n)1, tkhisjb=DFR I(ne)B2, ijmek=DFR I(F)Z(0.3), gu=DFR I(ne)2, 
rdrgref=IB LL-D1, ogumcrqoe=DFR I(F)L1, sje=DFR I(ne)B2, mtga=DFR I(ne)BZ(0.3), 
rznrth=IB LL-L1, ymbjcfz=DFR G2, wlzg=DFR I(ne)B2, cazsunu=DFR G3(800.0), 
fqc=DFR I(n)LZ(0.3), hb=DFR I(ne)L1, laabz=DFR I(ne)B2, he=DFI(Saturated), 
jyk=DFR GL1, oqfjjxvno=DFR I(ne)1, hg=DFR I(n)L3(800.0), gevmctfrz=DFR I(ne)1, 
hj=DFR I(n)L2, bim=DFR I(n)1, lbretcqa=DFR GB3(800.0), cqesvnmbv=DFR 
I(ne)LZ(0.3), yjsw=DFR I(n)L3(800.0), hv=DFI(ChiSquared), lnatvmrtzb=IB 
SPL-L3(800.0), unwrj=DFR I(ne)3(800.0), bqnqunjb=DFI(Standardized), vvst=DFR 
I(ne)Z(0.3), verc=DFR I(ne)1, wdnej=DFR I(n)3(800.0), bmpyncyy=DFR 
I(F)L3(800.0), pgbztxoe=DFR G1, frr=IB LL-L2, it=DFR I(F)L1, rfnhnqqjvv=DFR 
G3(800.0), cecrkivvyc=DFR I(n)1, rzyojzbj=DFI(ChiSquared), qosx=DFR 
I(ne)BZ(0.3), jd=DFR I(n)Z(0.3), kubxoctmfm=DFR I(ne)B1, jj=DFR I(n)2, 
kbxgjgyx=DFI(Standardized), qrpavs=DFR I(ne)3(800.0), tirqjdsng=DFR 
   [junit4]   2> I(n)B3(800.0), jfqznaeddt=DFI(ChiSquared), lkvrkt=DFR I(n)1, 
jl=DFR I(n)B3(800.0), jm=IB LL-L3(800.0), jp=IB LL-LZ(0.3), gdxac=DFR I(n)2, 
jr=DFR GB3(800.0), ambhokggm=DFR I(ne)BZ(0.3), ewsfoia=DFR I(F)LZ(0.3), 
doeoxyrncq=IB SPL-L2, jt=IB SPL-D3(800.0), jw=DFR I(n)B1, igcxl=DFR GL3(800.0), 
xpdc=DFR I(ne)B3(800.0), ctdhkrpiqd=DFR G2, tsnvst=DFR G3(800.0), axhpjr=DFR 
I(F)1, ihadrhr=DFR I(ne)BZ(0.3), vluynkz=DFR I(n)LZ(0.3), ftg=IB SPL-D1, kd=IB 
SPL-L2, kh=IB LL-D3(800.0), juhvgbpwlk=DFR G2, uhkiefkmz=IB LL-DZ(0.3), 
onvtk=DFR I(n)3(800.0), dvje=DFR GL3(800.0), bll=IB LL-LZ(0.3), kr=DFR I(F)1, 
kv=DFR I(ne)B1, uripqrdkb=IB SPL-D1, daarhrh=DFR I(F)2, ctuaqandt=DFR I(F)2, 
dgehn=LM Jelinek-Mercer(0.100000), lg=DFR GL2, ssldpyq=DFR I(n)Z(0.3), 
tqwizaixbr=DFR I(ne)L1, lm=DFR I(F)B2, yofttxr=DFR GB3(800.0), lq=DFR GBZ(0.3), 
xaepnmtmty=DFR G2, yfor=DFR I(F)L3(800.0), lu=DFR I(n)B2, lw=DFR I(F)Z(0.3), 
mfwbviebt=DFR I(ne)B3(800.0), bscpzq=IB SPL-D1, mpgmc=DFR GB1, 
soj=BM25(k1=1.2,b=0.75), rdujgdptjx=DFR I(n)L1, jjcfiohyzx=BM25(k1=1.2,b=0.75), 
kpeywd=DFR I(ne)3(800.0), xkchiiw=DFR I(F)LZ(0.3), mg=DFR I(ne)L2, 
ogy=DFI(Standardized), xkcoeufx=IB LL-D1, mt=DFR I(ne)1, 
qnclgz=DFI(Standardized), mx=DFR I(n)2, my=DFR I(n)Z(0.3), moiwnlilyn=DFR 
G3(800.0), thsocbzs=DFR I(ne)LZ(0.3), mdlzc=DFR GB3(800.0), afgjazt=IB LL-D2, 
zahualvic=DFR I(n)BZ(0.3), ne=DFR I(n)LZ(0.3), nh=IB LL-L2, fwk=DFR I(n)1, 
ni=DFR I(F)L3(800.0), pbkhbjpyop=DFR GBZ(0.3), edgydxha=LM 
Jelinek-Mercer(0.700000), no=IB LL-L2, skskbyynto=DFR GBZ(0.3), nq=IB LL-D1, 
ns=DFR I(F)LZ(0.3), wyi=DFR I(n)Z(0.3), nwxbvkh=DFR I(ne)L1, nv=DFR I(F)B2, 
oid=DFR I(ne)3(800.0), zncbredu=DFR I(ne)L2, vkqlwdnb=DFR I(n)1, bgxp=DFR 
I(ne)BZ(0.3), zjdxig=DFR I(n)Z(0.3), gupixno=IB SPL-LZ(0.3), og=DFR GLZ(0.3), 
khwtwy=DFR I(n)L3(800.0), mcoh=DFR I(F)L1, xgwnouxi=DFI(ChiSquared), 
adub=BM25(k1=1.2,b=0.75), roxdn=DFR I(n)1, oo=DFR I(n)L1, 
mmgkbp=DFI(Standardized), gytwjvfzz=IB LL-D2, lwvrr=IB SPL-L3(800.0), 
awuncmih=DFR I(ne)B3(800.0), kcxyly=DFR I(n)2, mwcqh=DFR I(n)2, zqetk=IB LL-D2, 
oy=DFR I(F)3(800.0), kwxsx=DFR GBZ(0.3), nfqx=DFR I(n)2, ojacmspvo=DFR I(ne)B1, 
xonoysgvb=IB LL-L3(800.0), hqxp=DFR GB1, mokmbmh=DFR I(ne)LZ(0.3), pb=DFR 
I(n)2, piwrxmis=DFR I(ne)3(800.0), kbj=DFR I(n)B1, tifqggrq=DFR I(F)Z(0.3), 
bqb=DFR G3(800.0), igqpyeldtc=DFR G3(800.0), pc=DFR I(n)Z(0.3), srq=DFR 
I(n)L3(800.0), pi=DFR I(F)L2, pm=IB LL-DZ(0.3), scdadts=DFR I(n)L2, 
neyfxxthj=IB LL-D3(800.0), kjdu=DFR I(F)3(800.0), pu=IB LL-D2, pv=DFR I(n)2, 
fyz=DFR I(F)B1, pz=DFR I(n)BZ(0.3), qc=DFR I(n)LZ(0.3), kcm=IB LL-L1, qe=DFR 
I(ne)Z(0.3), iypwl=IB LL-D3(800.0), mxzt=DFR I(F)B2, qi=DFR GB1, ioghdhbfsg=DFR 
GB1, unxtitxd=DFR GBZ(0.3), qo=DFR I(ne)B2, jvrhq=IB LL-LZ(0.3), fardvamvo=DFR 
GZ(0.3), qv=DFR GLZ(0.3), jzcinmvkd=DFR I(ne)1, raqrmo=DFR I(ne)LZ(0.3), 
aozgwlap=DFI(Standardized), xhirvu=IB SPL-LZ(0.3), olj=DFR I(n)L1, fzncd=DFR 
GL1, aliuwrqeq=DFR GL1, rc=DFR I(ne)B1, rh=IB SPL-L1, rj=DFR I(F)L1, ro=DFR 
I(F)BZ(0.3), uiwgoxuuem=IB LL-L2, smrb=DFR I(ne)Z(0.3), rv=DFR I(F)BZ(0.3), 
bgnathmrav=IB SPL-D3(800.0), ckguy=DFR GL2, ry=DFR GL1, cnhwix=DFR 
I(F)L3(800.0), poirnj=IB LL-D1, rkbiu=DFR GZ(0.3), sc=IB LL-L3(800.0), sd=DFR 
I(n)BZ(0.3), sg=DFR I(F)L2, dgbmcmkl=DFR G3(800.0), sn=DFR I(ne)Z(0.3), so=IB 
LL-L2, cjecvmla=IB LL-LZ(0.3), sp=DFR I(F)L3(800.0), st=IB LL-L1, kuaouoyt=IB 
LL-L2, ygpabsqlz=DFR I(ne)L2, sy=DFR I(F)Z(0.3), sz=LM 
Jelinek-Mercer(0.700000), tyaipso=DFR I(n)L2, djulxtca=DFR I(ne)BZ(0.3), 
iiwpm=DFI(Standardized), onn=DFR I(n)3(800.0), tc=DFR GZ(0.3), kfi=DFR I(F)2, 
dhpjhg=IB SPL-L3(800.0), td=DFR G1, svt=DFR I(F)B3(800.0), scmhvupzj=DFR 
I(n)BZ(0.3), th=DFR I(F)1, nparsgmden=DFR I(ne)B2, sacelaxt=DFR I(n)L3(800.0), 
kdurps=DFR I(ne)LZ(0.3), tk=DFR I(n)1, raefspcjc=DFR GB3(800.0), dnyaabrfu=DFR 
I(F)B2, tn=DFR I(F)2, buo=DFR I(F)LZ(0.3), mltixqxtot=DFR I(F)LZ(0.3), 
klzijodt=IB LL-L2, tw=IB LL-DZ(0.3), mcxehgpteq=BM25(k1=1.2,b=0.75), ty=DFR 
I(n)B1, gxnhp=DFR I(F)Z(0.3), reqhctpdh=IB SPL-L3(800.0), qneunfgfa=DFR I(F)2, 
ool=IB LL-L1, oaqywrdm=IB LL-D1, ue=DFR I(ne)B2, txwrcctyp=DFI(Saturated), 
vdvlwfpsr=IB LL-LZ(0.3), iulfubat=DFR I(n)LZ(0.3), prxwoiva=DFR I(F)B2, 
ykcipvkakq=DFR I(ne)B3(800.0), uyevsshyp=DFI(Standardized), xlrvfabtdy=DFR 
I(n)3(800.0), hfksudj=IB LL-LZ(0.3), acyhjndujl=DFR GZ(0.3), nvtnghod=DFR 
I(n)L3(800.0), tsnqt=IB SPL-L1, khg=ClassicSimilarity, va=DFR I(ne)B3(800.0), 
ve=DFR I(F)BZ(0.3), ggpomxfb=DFR G1, bwh=DFR I(ne)3(800.0), vdogd=DFR GBZ(0.3), 
vjcjqxmx=IB SPL-DZ(0.3), vl=ClassicSimilarity, opy=DFR I(F)L2, vp=DFR 
I(n)B3(800.0), tmtfgqon=DFI(ChiSquared), owgnqlh=IB LL-L3(800.0), vs=IB 
SPL-L3(800.0), zxajdiwc=DFR GBZ(0.3), vw=DFR I(n)B3(800.0), xbm=IB SPL-L1, 
vz=IB SPL-L3(800.0), pnakxcq=IB SPL-DZ(0.3), plopycemwx=IB LL-LZ(0.3), 
bqbaqk=DFR I(ne)L2, wa=IB LL-DZ(0.3), wc=DFR I(n)B1, qmkfibqjb=DFI(Saturated), 
ouarwlhmh=DFR I(F)B3(800.0), yumdprwo=ClassicSimilarity, qsjfwcvd=DFR GL2, 
haurarqgy=DFR GZ(0.3), wh=DFR GB1, wl=DFR I(F)B2, wo=IB SPL-L2, btwiks=DFR 
GLZ(0.3), oamd=DFR GL1, wemfwzxx=DFR GB1, mcwo=DFR I(ne)L3(800.0), oalm=DFR 
GL3(800.0), pvriruquo=DFR I(ne)LZ(0.3), nsekm=DFR GL1, uxfxa=DFR 
I(ne)L3(800.0), pqglrn=DFR GB2, aiiybc=DFR I(ne)1, sdqal=IB LL-LZ(0.3), 
hxyhfwpsh=DFR I(ne)1, kjil=IB LL-D1, xi=DFR I(F)L1, hvrwv=DFR I(ne)L2, 
esbdejpx=IB LL-DZ(0.3), hznniqkd=DFR I(ne)3(800.0), saejduxi=DFR G1, zbvjy=DFR 
G2, xr=DFR GL2, xt=DFI(Standardized), xy=IB SPL-D2, ihoc=DFI(ChiSquared), 
mpsa=DFR GB1, xdo=IB SPL-L3(800.0), shyqjakol=IB SPL-L3(800.0), vnmzncmmo=DFR 
I(ne)BZ(0.3), gtovfghb=LM Jelinek-Mercer(0.100000), xdz=DFR I(F)L3(800.0), 
npwyfsmvfh=DFR I(n)L1, kkn=DFR I(n)3(800.0), kkp=DFR I(ne)B1, jxkb=DFR GL2, 
fwtqaw=IB LL-D2, yn=DFR I(ne)L3(800.0), vpbrvyhoz=DFR I(ne)B2, wrgpzfqc=IB 
LL-DZ(0.3), lhvji=DFR GB3(800.0), drqu=DFR I(n)L1, yz=DFR I(F)BZ(0.3), 
iavagusmym=DFR I(ne)3(800.0), lqwf=IB LL-D1, yolg=IB SPL-D2, gqwapwhmw=IB 
LL-D1, wdgblq=LM Jelinek-Mercer(0.100000), qbaexjgrw=DFR GLZ(0.3), bhnefp=DFR 
I(ne)B2, zi=IB SPL-L3(800.0), otv=DFR I(ne)Z(0.3), csfqx=LM 
Jelinek-Mercer(0.700000), npzufoenow=IB LL-LZ(0.3), fgzwdth=DFR I(F)3(800.0), 
xyba=DFR I(F)BZ(0.3), avkkl=DFR I(F)LZ(0.3), nhcoruz=DFR GL1, nolx=DFR 
I(ne)LZ(0.3), rnpdu=DFR I(n)B2, xfp=DFI(Standardized), nyphma=DFR 
I(F)B3(800.0), asvwemq=ClassicSimilarity, hplpxyx=DFR I(ne)L2, rhnrk=DFR 
I(ne)L3(800.0), wjsijcyju=DFR I(ne)L1, czpoke=DFR GLZ(0.3), jcbxrv=IB LL-L2, 
ngshlgxmuw=IB SPL-D2, yeuerwzuq=DFR I(F)2, dtfinwzizt=DFR I(n)B3(800.0), 
zhatwjcvc=DFR I(F)L1, gey=IB SPL-L3(800.0), yjywmt=DFR I(F)B3(800.0), hsebu=DFR 
I(ne)Z(0.3), isksk=DFR GBZ(0.3), jtsnnxw=DFR GL1, zbdeyadi=DFR I(n)L1, 
pipsjtn=IB LL-L2, ruhvzygra=DFR I(ne)LZ(0.3), jjxsicl=LM 
Jelinek-Mercer(0.100000), fjsfyptt=DFR I(ne)L3(800.0), ivrboipg=IB LL-L1, 
zkalib=DFR I(ne)B1, dggdkrbbj=DFR I(n)L3(800.0), lbynwfahu=DFR I(F)2, 
tbdfusug=IB SPL-L1, amtpqftuk=DFR I(F)B2, qlcd=IB SPL-D2, cibaxpjoe=IB SPL-D1, 
xuhwgfpubu=IB LL-L2, ufunzwknbo=LM Jelinek-Mercer(0.100000), xpvu=IB SPL-D2, 
ltannushfk=DFR I(F)B3(800.0), lzyvrq=IB SPL-D3(800.0), cdbczbbki=DFR 
I(ne)LZ(0.3), bxgpurx=DFR G2, qmfvk=DFR I(F)L2, ojbeid=DFR I(F)2, jhceaumxt=DFR 
I(F)B3(800.0), uipder=DFR I(n)3(800.0), akruogmlvu=DFR I(F)B2, wmsi=DFR I(F)2, 
kvjlxwzb=DFR I(n)LZ(0.3), bvzqdcnxxb=DFR GL2, cnxhwd=DFR I(n)L1, yukcr=DFR 
I(ne)B3(800.0), fscioweldm=DFR I(n)BZ(0.3), cisduetib=DFR I(F)3(800.0), 
kyshhyjuw=DFR I(F)B3(800.0), qlpjw=IB LL-L2, csixifg=DFR I(ne)L2, jbtakr=DFR 
G2, dbyhczy=DFR I(n)L2, xsescqqnpn=IB SPL-LZ(0.3), fmixfu=DFR I(F)L1, lmvh=DFR 
I(ne)1, idmi=DFR G3(800.0), ufpaxh=DFR I(F)L3(800.0), qntttglo=IB 
SPL-D3(800.0), gsqd=DFR I(F)3(800.0), ijbtjofud=IB SPL-D3(800.0), mfbmoiozh=IB 
LL-L2, xcbkdzn=DFR I(F)1, ffirglcnd=DFR G2, zawyb=DFR I(ne)BZ(0.3), swpvuryo=IB 
SPL-L1, jvxljknqjk=DFR I(F)L3(800.0), cbj=LM Jelinek-Mercer(0.100000), 
kjrl=DFI(Standardized), rpyicplda=DFR GB1, cnkbsn=DFR G2, azoq=DFR I(F)LZ(0.3), 
pugyp=DFR I(ne)3(800.0), gwska=IB LL-D2, gsrrvcmteh=DFR I(ne)BZ(0.3), xlp=IB 
SPL-L3(800.0)}, locale=nl-NL, timezone=Africa/Tunis
   [junit4]   2> NOTE: Linux 3.19.0-47-generic i386/Oracle Corporation 9-ea 
(32-bit)/cpus=12,threads=1,free=108657968,total=296747008
   [junit4]   2> NOTE: All tests run in this JVM: [ThrowInUncaught, 
TestWindowsFS, TestAssertingLeafReader, Nested1, Nested2, Nested3, 
TestGroupFiltering, TestCompressingTermVectorsFormat]
   [junit4] Completed [11/38 (1!)] on J0 in 28.39s, 19 tests, 2 errors <<< 
FAILURES!

[...truncated 103 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:740: The following 
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:684: The following 
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:59: The following 
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/build.xml:469: The 
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1457: 
The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1014: 
There were test failures: 38 suites (1 ignored), 429 tests, 2 errors, 15 
ignored (9 assumptions) [seed: 2D470B01924578B4]

Total time: 9 minutes 28 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to