Class BasePointsFormatTestCase


public abstract class BasePointsFormatTestCase extends BaseIndexFileFormatTestCase
Abstract class to do basic tests for a points format. NOTE: This test focuses on the points impl, nothing else. The [stretch] goal is for this test to be so thorough in testing a new PointsFormat that if this test passes, then all Lucene tests should also pass. Ie, if there is some bug in a given PointsFormat that this test fails to catch then this test needs to be improved!