ChrisHegarty commented on PR #13998: URL: https://github.com/apache/lucene/pull/13998#issuecomment-2494090457
> > yeah, I think that this prob makes sense. Lemme satisfy myself that it will always be true. > > it won't be in core if currently swapped out, no? I don't think a hardcoded `true` works. Yeah. I was taking a little time to consider if it might be worth casting to `MappedByteBuffer` (for off-heap) to check for residency in physical memory. But I'm not really sure it's worth the effort, given the primary type of introspection that this API will be used - to determine if the random access nature of searching may falloff a performance cliff in production like environments! -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org