Re: Index ordinal data in the taxonomy

2023-05-27 Thread Stefan Vodita
Hello, I’ve opened an issue [1] to continue this discussion and a PR [2] showing an easy way to add data about the ordinals to the taxonomy. Let me know if you think it's reasonable. Thank you, Stefan [1] https://github.com/apache/lucene/issues/12336 [2] https://github.com/apache/lucene/pull/123

Re: Custom SliceExecutor and slices computation in IndexSearcher

2023-05-27 Thread SorabhApache
Hi Luca, Thanks for the suggestion. Let me explore more on it and I will get back. But I agree making the slices non-final will require consumers to ensure slices are not mutated after the construction time and is not preferred. Thanks, Sorabh On Tue, May 23, 2023 at 3:14 AM Luca Cavanna wrote