LuceneIndexInputSplit smaller = new LuceneIndexInputSplit(
Lists.newArrayList(new Path("/index/small")), 100L);
assertTrue(orig.compareTo(smaller) > 0);
assertTrue(smaller.compareTo(orig) < 0);
}
@Test
public void testCombineSplits() throws Exception {
DummyLuceneInputFormat lif = new DummyLuceneInputFormat();