upgrade dvupdates index to 6.0.0

This commit is contained in:
Mike McCandless 2016-03-02 06:25:25 -05:00
parent 73f112248b
commit 5454e1030e
3 changed files with 1 additions and 1 deletions

View File

@ -1318,7 +1318,7 @@ public class TestBackwardsCompatibility extends LuceneTestCase {
dir.close();
}
public static final String dvUpdatesIndex = "dvupdates.5.0.0.zip";
public static final String dvUpdatesIndex = "dvupdates.6.0.0.zip";
private void assertNumericDocValues(LeafReader r, String f, String cf) throws IOException {
NumericDocValues ndvf = r.getNumericDocValues(f);