Re: Extending Directory Object

2022-12-19 Thread Matt Davis
A really old example (Lucene 6.x) is here: https://github.com/lumongo/lumongo/wiki/Distributed-Directory https://github.com/lumongo/lumongo/tree/master/lumongo-storage/src/main/java/org/lumongo/storage/lucene But the gist is to extend BaseDirectory and IndexOutput/IndexInput which I think still ap

Extending Directory Object

2022-12-19 Thread Vaibhav Khanduja
Hello, I am looking to write out a custom storage for lucene indexes. Can somebody point me to a location where I can find an example of it? Thx