Bukhtawar commented on issue #13868:
URL: https://github.com/apache/lucene/issues/13868#issuecomment-2574978587

   > @albogdano I'm curious if you have any interest in contributing your 
https://github.com/albogdano/lucene-s3directory?
   > 
   > @shubhamvishu @atris Thanks for volunteering to help! I'm keen on checking 
if @albogdano has interest in contributing first, but even if we went that 
route I'm sure we'll need help to properly support new Directory APIs like 
`IndexInput#prefetch` or also support the GCP and Azure counterparts of S3.
   
   OpenSearch has a common 
[RemoteDirectory](https://github.com/opensearch-project/OpenSearch/blob/main/server/src/main/java/org/opensearch/index/store/RemoteDirectory.java#L62)
 interface which works on top of underlying object/file based stores. This 
abstraction allows multiple stores like object stores from AWS/S3/GCP to be 
plugged in while I admit this doesn't support the `IndexInput#prefetch`. If 
this is useful we can see if this is something that can be contributed to Lucene


-- 
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

Reply via email to