278279280281282283284285286
/** * {@inheritDoc} */ public void createMemoryPostings(){ if (useFieldInformation) mp = new BlockFieldMemoryPostings(); else mp = new BlockMemoryPostings(); }
285286287288289290291292293
merger = new RunsMerger(new FileRunIteratorFactory(files, BlockPostingInRun.class, 0)); } protected void createMemoryPostings(){ if (useFieldInformation) mp = new BlockFieldMemoryPostings(); else mp = new BlockMemoryPostings(); }