JDK 17 is now in Rampdown Phase Two

2021-07-15 Thread Rory O'Donnell
Hi Uwe & Dawid, *Per the JDK 17 schedule , we are in Rampdown Phase Two [1].* *Please advise if you find any issues while testing the latest Early Access builds.* * Schedule: o *2021/07/15 Rampdown Phase Two* o 2021/08/05  Initial Release Candidate o 2021/08/19 Final Release

Re: Getting Matches in a document

2021-07-15 Thread Alan Woodward
Hi Arihant, Getting Matches is a fairly heavy operation and is designed to be used for top-k hits only, a bit like the explain API. Collectors by contrast are supposed to be very lightweight - collect(doc) could get called millions of times during a search. So the two APIs are not really mean