[ANNOUNCE] Apache Lucene 6.6.1 released

2017-09-07 Thread Varun Thacker
7 September 2017, Apache Luceneā„¢ 6.6.1 available The Lucene PMC is pleased to announce the release of Apache Lucene 6.6.1 Apache Lucene is a high-performance, full-featured text search engine library written entirely in Java. It is a technology suitable for nearly any application that requires fu

Re: What is the fastest way to loop over all documents in an index?

2017-09-07 Thread Jean Claude van Johnson
Many thanks for your answers! Cheers Claude > On 5 Sep 2017, at 21:54, Michael McCandless wrote: > > You can call MultiFields.getLiveDocs(IndexReader) to get the bitset > identifying which documents are not deleted. > > Mike McCandless > > http://blog.mikemccandless.com > > On Tue, Sep 5, 20