5051525354555657
/** * @throws java.lang.Exception */ @Before public void doSetupDerived() throws CorruptIndexException, IOException { termPositions = new HBaseTermPositions(indexReader, this.termPositionEncoder); }