Example usage for org.apache.lucene.index ThreadedIndexingAndSearchingTestCase subclass-usage

List of usage examples for org.apache.lucene.index ThreadedIndexingAndSearchingTestCase subclass-usage

Introduction

In this page you can find the example usage for org.apache.lucene.index ThreadedIndexingAndSearchingTestCase subclass-usage.

Usage

From source file org.elasticsearch.index.store.DistributorInTheWildTest.java

/**
 * This test is a copy of TestNRTThreads from lucene that puts some
 * hard concurrent pressure on the directory etc. to ensure DistributorDirectory is behaving ok.
 */
@LuceneTestCase.SuppressCodecs({ "SimpleText", "Memory", "Direct" })
@ThreadLeakScope(ThreadLeakScope.Scope.SUITE)