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

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

Introduction

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

Usage

From source file com.rocana.lucene.codec.v1.RocanaBasePostingsFormatTestCase.java

/**
 * This is a partial fork of Lucene's {@link BasePostingsFormatTestCase}.
 *
 * Since that class is public we can extend it and override just the method
 * we need to change (so just ~232 lines forked, rather than 2373 lines of
 * forked code).

From source file org.elasticsearch.index.codec.postingformat.ElasticsearchPostingsFormatTest.java

/** Runs elasticsearch postings format against lucene's standard postings format tests */
@Listeners({ ReproduceInfoPrinter.class })
@TimeoutSuite(millis = TimeUnits.HOUR)
@LuceneTestCase.SuppressSysoutChecks(bugUrl = "we log a lot on purpose")
public class ElasticsearchPostingsFormatTest extends BasePostingsFormatTestCase {

From source file org.elasticsearch.index.codec.postingformat.PostingsFormatTest.java

/** Runs elasticsearch postings format against lucene's standard postings format tests */
@Listeners({ ReproduceInfoPrinter.class })
@TimeoutSuite(millis = TimeUnits.HOUR)
@LuceneTestCase.SuppressSysoutChecks(bugUrl = "we log a lot on purpose")
public class PostingsFormatTest extends BasePostingsFormatTestCase {

From source file org.elasticsearch.index.codec.postingformat.PostingsFormatTests.java

/** Runs elasticsearch postings format against lucene's standard postings format tests */
@Listeners({ ReproduceInfoPrinter.class })
@TimeoutSuite(millis = TimeUnits.HOUR)
@LuceneTestCase.SuppressSysoutChecks(bugUrl = "we log a lot on purpose")
public class PostingsFormatTests extends BasePostingsFormatTestCase {