-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Closed
Labels
:Distributed Indexing/StoreIssues around managing unopened Lucene indices. If it touches Store.java, this is a likely label.Issues around managing unopened Lucene indices. If it touches Store.java, this is a likely label.>enhancement
Description
This is a follow-up to https://issues.apache.org/jira/browse/LUCENE-8932. The BKD index is now off-heap when the index input is a ByteBufferIndexInput. So if we want the index to move off-heap with the default directory implementation when upgrading to Lucene 8.4, we should make HybridDirectory open dim files with mmap.
@jdconrad I'm assigning it to you if you don't mind since you worked on the Lucene change
Metadata
Metadata
Assignees
Labels
:Distributed Indexing/StoreIssues around managing unopened Lucene indices. If it touches Store.java, this is a likely label.Issues around managing unopened Lucene indices. If it touches Store.java, this is a likely label.>enhancement