public abstract class BaseTermVectorsFormatTestCase extends LuceneTestCase
term vectors formats.
To test a new format, all you need is to register a new Codec which
uses it and extend this class and override getCodec().| Modifier and Type | Class and Description |
|---|---|
protected static class |
BaseTermVectorsFormatTestCase.Options
A combination of term vectors options.
|
protected class |
BaseTermVectorsFormatTestCase.RandomDocument |
protected class |
BaseTermVectorsFormatTestCase.RandomDocumentFactory |
static class |
BaseTermVectorsFormatTestCase.RandomTokenStream
Produces a random TokenStream based off of provided terms.
|
LuceneTestCase.AwaitsFix, LuceneTestCase.BadApple, LuceneTestCase.Monster, LuceneTestCase.Nightly, LuceneTestCase.Slow, LuceneTestCase.SuppressCodecs, 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, 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 |
|---|
BaseTermVectorsFormatTestCase() |
| Modifier and Type | Method and Description |
|---|---|
protected Document |
addId(Document doc,
String id) |
protected void |
addRandomFields(Document doc)
Add random fields to the provided document.
|
protected void |
assertEquals(BaseTermVectorsFormatTestCase.RandomDocument doc,
Fields fields) |
protected void |
assertEquals(BaseTermVectorsFormatTestCase.RandomTokenStream tk,
FieldType ft,
Terms terms) |
protected int |
docID(IndexReader reader,
String id) |
protected static boolean |
equals(Object o1,
Object o2) |
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 FieldType |
fieldType(BaseTermVectorsFormatTestCase.Options options) |
protected abstract Codec |
getCodec()
Returns the codec to run tests against
|
protected BaseTermVectorsFormatTestCase.Options |
randomOptions() |
void |
setUp()
For subclasses to override.
|
void |
tearDown()
For subclasses to override.
|
void |
testClone() |
void |
testHighFreqs() |
void |
testLotsOfFields() |
void |
testMerge() |
void |
testMergeStability()
The purpose of this test is to make sure that bulk merge doesn't accumulate useless data over runs.
|
void |
testMixedOptions() |
void |
testMultiClose()
Calls close multiple times on closeable codec apis
|
void |
testRamBytesUsed()
Test the accuracy of the ramBytesUsed estimations.
|
void |
testRandom() |
void |
testRareVectors() |
protected Set<BaseTermVectorsFormatTestCase.Options> |
validOptions() |
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, 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, newTextField, newTextField, newTieredMergePolicy, newTieredMergePolicy, random, randomLocale, randomTimeZone, rarely, rarely, replaceMaxFailureRule, restoreIndexWriterMaxDocs, setIndexWriterMaxDocs, slowFileExists, usually, usuallyassertArrayEquals, 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, failprotected Set<BaseTermVectorsFormatTestCase.Options> validOptions()
protected BaseTermVectorsFormatTestCase.Options randomOptions()
protected FieldType fieldType(BaseTermVectorsFormatTestCase.Options options)
protected void addRandomFields(Document doc)
protected void assertEquals(BaseTermVectorsFormatTestCase.RandomDocument doc, Fields fields) throws IOException
IOExceptionprotected void assertEquals(BaseTermVectorsFormatTestCase.RandomTokenStream tk, FieldType ft, Terms terms) throws IOException
IOExceptionprotected int docID(IndexReader reader, String id) throws IOException
IOExceptionpublic void testRareVectors()
throws IOException
IOExceptionpublic void testHighFreqs()
throws IOException
IOExceptionpublic void testLotsOfFields()
throws IOException
IOExceptionpublic void testMixedOptions()
throws IOException
IOExceptionpublic void testRandom()
throws IOException
IOExceptionpublic void testMerge()
throws IOException
IOExceptionpublic void testClone()
throws IOException,
InterruptedException
IOExceptionInterruptedExceptionprotected 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.