Build Lucene9 with JDK8

2023-05-19 Thread MyCoy Z
Hi, Lucene Dev Community: We'd love to leverage Lucene9's great features. But unfortunately some of our internal systems could only work with JDK8 now. So we're thinking of building L9 with JDK8. I've briefly tried to just change the JDK versions in build.gradle and gradlew, but it just doesn't w

Re: [VOTE] Dimension Limit for KNN Vectors

2023-05-19 Thread Alessandro Benedetti
Thanks to everyone involved so far! I confirm that a proper subject should have been [POLL] rather than [VOTE], apologies for the confusion. We are in the middle of the poll and this is the summary so far (ordered by preference): Option 2-4: 9 votes make the limit configurable, potentially moving

Re: Custom SliceExecutor and slices computation in IndexSearcher

2023-05-19 Thread SorabhApache
Hi Luca, Thanks for your reply. Sharing an example below for clarity. *public class CustomIndexSearcher extends IndexSearcher { public CustomIndexSearcher(IndexReader reader, Executor executor, int maxSliceCount) {super(reader, executor); } @Override