Re: [PR] Fix issues with chunked TaxonomyIndexArray [lucene]

2024-01-24 Thread via GitHub
stefanvodita merged PR #13028: URL: https://github.com/apache/lucene/pull/13028 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@lucen

Re: [PR] Fix issues with chunked TaxonomyIndexArray [lucene]

2024-01-24 Thread via GitHub
stefanvodita commented on code in PR #13028: URL: https://github.com/apache/lucene/pull/13028#discussion_r1464835176 ## lucene/facet/src/java/org/apache/lucene/facet/taxonomy/directory/TaxonomyIndexArrays.java: ## @@ -95,7 +97,8 @@ public TaxonomyIndexArrays(IndexReader reader,

Re: [PR] Fix issues with chunked TaxonomyIndexArray [lucene]

2024-01-23 Thread via GitHub
msfroh commented on code in PR #13028: URL: https://github.com/apache/lucene/pull/13028#discussion_r1463878454 ## lucene/facet/src/java/org/apache/lucene/facet/taxonomy/directory/TaxonomyIndexArrays.java: ## @@ -95,7 +97,8 @@ public TaxonomyIndexArrays(IndexReader reader, Taxon

Re: [PR] Fix issues with chunked TaxonomyIndexArray [lucene]

2024-01-23 Thread via GitHub
msfroh commented on code in PR #13028: URL: https://github.com/apache/lucene/pull/13028#discussion_r1463869892 ## lucene/facet/src/test/org/apache/lucene/facet/taxonomy/directory/TestTaxonomyIndexArrays.java: ## @@ -59,4 +74,88 @@ public void testMultiplesOfChunkSize() {