RE: Retrieving values for a NumericDocValuesField [SEC=UNOFFICIAL]

2013-10-24 Thread Stephen GRAY
UNOFFICIAL Hi Adrien, Thanks for your help, I'll try that. Regards, Steve Stephen Gray Java Developer Border Midrange Systems Support Department of Immigration and Border Protection Phone: (02) 6223 9207 Mobile: 0419 885 959 -Original Message- From: Adrien Grand [mailto:jpou...@gmail.

[ANNOUNCE] Apache Lucene 4.5.1 released.

2013-10-24 Thread Mark Miller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 October 2013, Apache Luceneā„¢ 4.5.1 available The Lucene PMC is pleased to announce the release of Apache Lucene 4.5.1 Apache Lucene is a high-performance, full-featured text search engine library written entirely in Java. It is a technology suitable

Re: Merging ordered segments without re-sorting.

2013-10-24 Thread Adrien Grand
Hi, On Thu, Oct 24, 2013 at 12:20 AM, Arvind Kalyan wrote: > I will benchmark the available approach itself then, in that case. Will > revert back if the performance in unacceptable. For the record, last time I checked, indexing was 2x slower on average on a 10M document collection (see https://

Re: Retrieving values for a NumericDocValuesField [SEC=UNOFFICIAL]

2013-10-24 Thread Adrien Grand
Hi Stephen, On Thu, Oct 24, 2013 at 1:18 AM, Stephen GRAY wrote: > I actually need to loop through a large number of documents (50,000 - > 100,000) calculating a number of statistics (min, max, sum) so I really need > the most efficient/fastest solution available. It sounds like it would be >