} catch (Exception e) {
fail("There should NOT be an exception and the message contains ascending order");
return;
}
tsl1.seal();
assertEquals("Should skip index 0 which is used for dummy null", 1, tsl1.indexOf(0));
}
public void testDefaultFaccetIterator() {
TermStringList tsl1 = new TermStringList();
tsl1.add("i");