597598599600601602603
} upto = i; sorter.reset(docs, offsets); sorter.sort(0, upto); out.close(); this.postingInput = new RAMInputStream("", file); }
55565758596061626364
BytesRef bytes = new BytesRef(); Term term = new Term(field, ""); PrefixCodedTermsIterator() { try { input = new RAMInputStream(buffer); } catch (IOException e) { throw new RuntimeException(e); } }
626627628629630631632
BytesRef bytes = new BytesRef(); Term term = new Term(field, bytes); PrefixCodedTermsIterator() { try { input = new RAMInputStream("PrefixCodedTermsIterator", buffer); } catch (IOException e) { throw new RuntimeException(e); } }
576577578579580581582
510511512513514515516
i++; } upto = i; new DocOffsetSorterTemplate(docs, offsets).timSort(0, upto - 1); out.close(); this.postingInput = new RAMInputStream("", file); }
54555657585960616263
598599600601602603604
BytesRef bytes = new BytesRef(); Term term = new Term(field, ""); PrefixCodedTermsIterator() { try { input = new RAMInputStream("PrefixCodedTermsIterator", buffer); } catch (IOException e) { throw new RuntimeException(e); } }