Re: [PR] Split taxonomy arrays across chunks [lucene]

2024-01-06 Thread via GitHub
stefanvodita commented on code in PR #12995: URL: https://github.com/apache/lucene/pull/12995#discussion_r1443667100 ## lucene/facet/src/java/org/apache/lucene/facet/taxonomy/directory/TaxonomyIndexArrays.java: ## @@ -68,25 +90,49 @@ public TaxonomyIndexArrays(IndexReader reader

Re: [I] Taxonomy facets: can we change massive `int[]` for parent/child/sibling tree to paged/block `int[]` to reduce RAM pressure? [lucene]

2024-01-06 Thread via GitHub
stefanvodita commented on issue #12989: URL: https://github.com/apache/lucene/issues/12989#issuecomment-1879610708 Thanks @msfroh! The PR looks neat and you might be right that, while `IntBlockPool` basically maintains an `int[][]` like our `ChunkedArray`, it is a bit inconveient to work wi

Re: [PR] Optimize FST on-heap BytesReader [lucene]

2024-01-06 Thread via GitHub
mikemccand merged PR #12879: URL: https://github.com/apache/lucene/pull/12879 -- 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...@lucene.