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.ThrowingRunnable, 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_BADAPPLES, TEST_CODEC, TEST_DIRECTORY, TEST_DOCVALUESFORMAT, TEST_LINE_DOCS_FILE, TEST_MONSTER, 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 <D extends Directory> |
applyCreatedVersionMajor(D d)
Set the created version of the given
Directory and return it. |
protected void |
assertReused(java.lang.String field,
PostingsEnum p1,
PostingsEnum p2) |
protected static void |
checkReuse(TermsEnum termsEnum,
int firstFlags,
int secondFlags,
boolean shouldReuse) |
static void |
createPostings() |
protected java.util.Collection<java.lang.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 int |
getCreatedVersionMajor()
Returns the major version that this codec is compatible with.
|
protected boolean |
isPostingsEnumReuseImplemented() |
protected boolean |
mergeIsStable() |
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 |
testLevel2Ghosts() |
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
|
addVirusChecker, assertDeletedDocsEquals, assertDocsAndPositionsEnumEquals, assertDocsEnumEquals, assertDocsSkippingEquals, assertDocValuesEquals, assertDocValuesEquals, assertFieldInfosEquals, assertFieldsEquals, assertFieldStatisticsEquals, assertNormsEquals, assertPointsEquals, assertPositionsSkippingEquals, assertReaderEquals, assertReaderStatisticsEquals, assertStoredFieldEquals, assertStoredFieldsEquals, assertTermsEnumEquals, assertTermsEquals, assertTermsStatisticsEquals, assertTermStatsEquals, assertTermVectorsEquals, asSet, assumeFalse, assumeNoException, assumeTrue, assumeWorkingMMapOnWindows, atLeast, atLeast, closeAfterSuite, closeAfterTest, collate, createTempDir, createTempDir, createTempFile, createTempFile, dumpArray, dumpIterator, expectThrows, expectThrows, expectThrows, expectThrowsAnyOf, expectThrowsAnyOf, getBaseTempDirForTestClass, getDataInputStream, getDataPath, getOnlyLeafReader, getTestClass, getTestName, hasWorkingMMapOnWindows, isTestThread, localeForLanguageTag, maybeChangeLiveIndexWriterConfig, maybeWrapReader, newAlcoholicMergePolicy, newAlcoholicMergePolicy, newDirectory, newDirectory, newDirectory, newDirectory, newDirectory, newField, newField, newFSDirectory, newFSDirectory, newIndexWriterConfig, newIndexWriterConfig, newIndexWriterConfig, newIOContext, newIOContext, newLogMergePolicy, newLogMergePolicy, newLogMergePolicy, newLogMergePolicy, newLogMergePolicy, newMaybeVirusCheckingDirectory, newMaybeVirusCheckingFSDirectory, newMergePolicy, 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, assertArrayEquals, assertArrayEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotEquals, assertNotEquals, assertNotEquals, assertNotEquals, assertNotEquals, assertNotEquals, assertNotEquals, assertNotEquals, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertThat, assertThat, assertThrows, assertThrows, assertTrue, assertTrue, fail, failpublic static void createPostings()
throws java.io.IOException
java.io.IOExceptionpublic static void afterClass()
throws java.lang.Exception
java.lang.Exceptionpublic void testDocsOnly()
throws java.lang.Exception
java.lang.Exceptionpublic void testDocsAndFreqs()
throws java.lang.Exception
java.lang.Exceptionpublic void testDocsAndFreqsAndPositions()
throws java.lang.Exception
java.lang.Exceptionpublic void testDocsAndFreqsAndPositionsAndPayloads()
throws java.lang.Exception
java.lang.Exceptionpublic void testDocsAndFreqsAndPositionsAndOffsets()
throws java.lang.Exception
java.lang.Exceptionpublic void testDocsAndFreqsAndPositionsAndOffsetsAndPayloads()
throws java.lang.Exception
java.lang.Exceptionpublic void testRandom()
throws java.lang.Exception
java.lang.Exceptionprotected boolean isPostingsEnumReuseImplemented()
public void testPostingsEnumReuse()
throws java.lang.Exception
java.lang.Exceptionprotected static void checkReuse(TermsEnum termsEnum, int firstFlags, int secondFlags, boolean shouldReuse) throws java.io.IOException
java.io.IOExceptionpublic void testJustEmptyField()
throws java.lang.Exception
java.lang.Exceptionpublic void testEmptyFieldAndEmptyTerm()
throws java.lang.Exception
java.lang.Exceptionpublic void testDidntWantFreqsButAskedAnyway()
throws java.lang.Exception
java.lang.Exceptionpublic void testAskForPositionsWhenNotThere()
throws java.lang.Exception
java.lang.Exceptionpublic void testGhosts()
throws java.lang.Exception
java.lang.Exceptionpublic void testLevel2Ghosts()
throws java.lang.Exception
java.lang.Exceptionpublic void testInvertedWrite()
throws java.lang.Exception
java.lang.Exceptionprotected void assertReused(java.lang.String field,
PostingsEnum p1,
PostingsEnum p2)
public void testPostingsEnumDocsOnly()
throws java.lang.Exception
java.lang.Exceptionpublic void testPostingsEnumFreqs()
throws java.lang.Exception
java.lang.Exceptionpublic void testPostingsEnumPositions()
throws java.lang.Exception
java.lang.Exceptionpublic void testPostingsEnumOffsets()
throws java.lang.Exception
java.lang.Exceptionpublic void testPostingsEnumPayloads()
throws java.lang.Exception
java.lang.Exceptionpublic void testPostingsEnumAll()
throws java.lang.Exception
java.lang.Exceptionprotected void addRandomFields(Document doc)
protected abstract Codec getCodec()
protected int getCreatedVersionMajor()
protected final <D extends Directory> D applyCreatedVersionMajor(D d) throws java.io.IOException
Directory and return it.java.io.IOExceptionpublic void setUp()
throws java.lang.Exception
LuceneTestCasesuper.setUp().setUp in class LuceneTestCasejava.lang.Exceptionpublic void tearDown()
throws java.lang.Exception
LuceneTestCasesuper.tearDown().tearDown in class LuceneTestCasejava.lang.Exceptionprotected java.util.Collection<java.lang.String> excludedExtensionsFromByteCounts()
public void testMergeStability()
throws java.lang.Exception
java.lang.Exceptionprotected boolean mergeIsStable()
@LuceneTestCase.Slow public void testRamBytesUsed() throws java.io.IOException
java.io.IOExceptionpublic void testMultiClose()
throws java.io.IOException
java.io.IOExceptionpublic void testRandomExceptions()
throws java.lang.Exception
java.lang.ExceptionCopyright © 2000–2025 The Apache Software Foundation. All rights reserved.