public abstract class BasePostingsFormatTestCase extends LuceneTestCase
LuceneTestCase.AwaitsFix, LuceneTestCase.BadApple, LuceneTestCase.Monster, LuceneTestCase.Nightly, LuceneTestCase.Slow, LuceneTestCase.SuppressCodecs, LuceneTestCase.SuppressFileSystems, LuceneTestCase.SuppressFsync, LuceneTestCase.SuppressReproduceLine, LuceneTestCase.SuppressSysoutChecks, LuceneTestCase.SuppressTempFileChecks, LuceneTestCase.WeeklyassertsAreEnabled, classRules, DEFAULT_LINE_DOCS_FILE, INFOSTREAM, JENKINS_LARGE_LINE_DOCS_FILE, LEAVE_TEMPORARY, MAYBE_CACHE_POLICY, RANDOM_MULTIPLIER, ruleChain, suiteFailureMarker, SYSPROP_AWAITSFIX, SYSPROP_BADAPPLES, SYSPROP_FAILFAST, SYSPROP_MAXFAILURES, SYSPROP_MONSTER, SYSPROP_NIGHTLY, SYSPROP_SLOW, SYSPROP_WEEKLY, TEST_ASSERTS_ENABLED, TEST_AWAITSFIX, TEST_CODEC, TEST_DIRECTORY, TEST_DOCVALUESFORMAT, TEST_LINE_DOCS_FILE, TEST_NIGHTLY, TEST_POSTINGSFORMAT, TEST_SLOW, TEST_THROTTLING, TEST_WEEKLY, VERBOSE| Constructor and Description |
|---|
BasePostingsFormatTestCase() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addRandomFields(Document doc)
Add random fields to the provided document.
|
static void |
afterClass() |
protected void |
assertReused(String field,
PostingsEnum p1,
PostingsEnum p2) |
protected static void |
checkReuse(TermsEnum termsEnum,
int firstFlags,
int secondFlags,
boolean shouldReuse) |
static void |
createPostings() |
protected Collection<String> |
excludedExtensionsFromByteCounts()
Return the list of extensions that should be excluded from byte counts when
comparing indices that store the same content.
|
protected abstract Codec |
getCodec()
Returns the codec to run tests against
|
protected boolean |
isPostingsEnumReuseImplemented() |
void |
setUp()
For subclasses to override.
|
void |
tearDown()
For subclasses to override.
|
void |
testAskForPositionsWhenNotThere() |
void |
testDidntWantFreqsButAskedAnyway() |
void |
testDocsAndFreqs() |
void |
testDocsAndFreqsAndPositions() |
void |
testDocsAndFreqsAndPositionsAndOffsets() |
void |
testDocsAndFreqsAndPositionsAndOffsetsAndPayloads() |
void |
testDocsAndFreqsAndPositionsAndPayloads() |
void |
testDocsOnly() |
void |
testEmptyFieldAndEmptyTerm() |
void |
testGhosts() |
void |
testInvertedWrite() |
void |
testJustEmptyField() |
void |
testLegacyEnumAll()
Deprecated.
only for testing DocsEnum/DocsAndPositionsEnum compat.
|
void |
testLegacyEnumDocsOnly()
Deprecated.
only for testing DocsEnum/DocsAndPositionsEnum compat.
|
void |
testLegacyEnumFreqs()
Deprecated.
only for testing DocsEnum/DocsAndPositionsEnum compat.
|
void |
testLegacyEnumOffsets()
Deprecated.
only for testing DocsEnum/DocsAndPositionsEnum compat.
|
void |
testLegacyEnumPayloads()
Deprecated.
only for testing DocsEnum/DocsAndPositionsEnum compat.
|
void |
testLegacyEnumPositions()
Deprecated.
only for testing DocsEnum/DocsAndPositionsEnum compat.
|
void |
testMergeStability()
The purpose of this test is to make sure that bulk merge doesn't accumulate useless data over runs.
|
void |
testMultiClose()
Calls close multiple times on closeable codec apis
|
void |
testPostingsEnumAll() |
void |
testPostingsEnumDocsOnly() |
void |
testPostingsEnumFreqs() |
void |
testPostingsEnumOffsets() |
void |
testPostingsEnumPayloads() |
void |
testPostingsEnumPositions() |
void |
testPostingsEnumReuse() |
void |
testRamBytesUsed()
Test the accuracy of the ramBytesUsed estimations.
|
void |
testRandom() |
void |
testRandomExceptions()
Tests exception handling on write and openInput/createOutput
|
assertDeletedDocsEquals, assertDocsAndPositionsEnumEquals, assertDocsEnumEquals, assertDocsSkippingEquals, assertDocValuesEquals, assertDocValuesEquals, assertFieldInfosEquals, assertFieldsEquals, assertFieldStatisticsEquals, assertNormsEquals, assertPositionsSkippingEquals, assertReaderEquals, assertReaderStatisticsEquals, assertStoredFieldEquals, assertStoredFieldsEquals, assertTermsEnumEquals, assertTermsEquals, assertTermsStatisticsEquals, assertTermStatsEquals, assertTermVectorsEquals, asSet, assumeFalse, assumeNoException, assumeTrue, atLeast, atLeast, closeAfterSuite, closeAfterTest, collate, createTempDir, createTempDir, createTempFile, createTempFile, dumpArray, dumpIterator, getBaseTempDirForTestClass, getDataInputStream, getDataPath, getOnlySegmentReader, getTestClass, getTestName, isTestThread, localeForName, maybeChangeLiveIndexWriterConfig, maybeWrapReader, newAlcoholicMergePolicy, newAlcoholicMergePolicy, newDirectory, newDirectory, newDirectory, newDirectory, newDirectory, newField, newField, newFSDirectory, newFSDirectory, newIndexWriterConfig, newIndexWriterConfig, newIndexWriterConfig, newIOContext, newIOContext, newLogMergePolicy, newLogMergePolicy, newLogMergePolicy, newLogMergePolicy, newLogMergePolicy, newMergePolicy, newMergePolicy, newMockDirectory, newMockDirectory, newMockDirectory, newMockFSDirectory, newMockFSDirectory, newSearcher, newSearcher, newSearcher, newStringField, newStringField, newStringField, newStringField, newTextField, newTextField, newTieredMergePolicy, newTieredMergePolicy, overrideDefaultQueryCache, overrideTestDefaultQueryCache, random, randomLocale, randomTimeZone, rarely, rarely, replaceMaxFailureRule, resetDefaultQueryCache, restoreCPUCoreCount, restoreIndexWriterMaxDocs, restoreSpins, runWithRestrictedPermissions, setIndexWriterMaxDocs, setupCPUCoreCount, setupSpins, slowFileExists, usually, usually, wrapReaderassertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertThat, assertThat, assertTrue, assertTrue, fail, failpublic static void createPostings()
throws IOException
IOExceptionpublic void testDocsAndFreqsAndPositions()
throws Exception
Exceptionpublic void testDocsAndFreqsAndPositionsAndPayloads()
throws Exception
Exceptionpublic void testDocsAndFreqsAndPositionsAndOffsets()
throws Exception
Exceptionpublic void testDocsAndFreqsAndPositionsAndOffsetsAndPayloads()
throws Exception
Exceptionprotected boolean isPostingsEnumReuseImplemented()
protected static void checkReuse(TermsEnum termsEnum, int firstFlags, int secondFlags, boolean shouldReuse) throws IOException
IOExceptionpublic void testEmptyFieldAndEmptyTerm()
throws Exception
Exceptionpublic void testDidntWantFreqsButAskedAnyway()
throws Exception
Exceptionpublic void testAskForPositionsWhenNotThere()
throws Exception
Exceptionprotected void assertReused(String field, PostingsEnum p1, PostingsEnum p2)
public void testPostingsEnumPositions()
throws Exception
Exception@Deprecated public void testLegacyEnumDocsOnly() throws Exception
Exception@Deprecated public void testLegacyEnumFreqs() throws Exception
Exception@Deprecated public void testLegacyEnumPositions() throws Exception
Exception@Deprecated public void testLegacyEnumOffsets() throws Exception
Exception@Deprecated public void testLegacyEnumPayloads() throws Exception
Exception@Deprecated public void testLegacyEnumAll() throws Exception
Exceptionprotected void addRandomFields(Document doc)
protected abstract Codec getCodec()
public void setUp()
throws Exception
LuceneTestCasesuper.setUp().setUp in class LuceneTestCaseExceptionpublic void tearDown()
throws Exception
LuceneTestCasesuper.tearDown().tearDown in class LuceneTestCaseExceptionprotected Collection<String> excludedExtensionsFromByteCounts()
public void testMergeStability()
throws Exception
Exception@LuceneTestCase.Slow public void testRamBytesUsed() throws IOException
IOExceptionpublic void testMultiClose()
throws IOException
IOExceptionCopyright © 2000-2015 Apache Software Foundation. All Rights Reserved.