Class 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.