Class BaseTermVectorsFormatTestCase

java.lang.Object
org.junit.Assert
org.apache.lucene.tests.util.LuceneTestCase
org.apache.lucene.tests.index.BaseTermVectorsFormatTestCase

public abstract class BaseTermVectorsFormatTestCase extends LuceneTestCase
Base class aiming at testing 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().
WARNING: This API is experimental and might change in incompatible ways in the next release.