ChrisHegarty opened a new pull request, #15569: URL: https://github.com/apache/lucene/pull/15569
This is a small change to allow the DataAccessHint to be passed during the construction of a Lucene99FlatVectorsReader. The reader if often used in conjunction with a graph, where random access is appropriate. However, the reader can be used without a graph, when implementing a so-called "flat" index, where SEQUENTIAL would likely be more appropriate. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
