azure-contrib / AzureDirectory

A Lucene Directory Provider for Azure Blob Storage
Microsoft Public License
77 stars 57 forks source link

Help for Mongo Implementation #35

Closed SebastianStehle closed 4 years ago

SebastianStehle commented 4 years ago

Hi @richorama

Seems that we share a lot of tech stacks. I have working on an improvement of a indexer solution based on Orleans and then I found this project. I have taken the idea to implement a custom directory and "adapted" your code to MongoDB:

https://github.com/Squidex/squidex/tree/text-indexer/backend/src/Squidex.Domain.Apps.Entities.MongoDb/FullText

I have not done so much around locking as the code is only used in a grain. But if you have time it would be great if you can review it. Perhaps as part of this PR: https://github.com/Squidex/squidex/pull/454

richorama commented 4 years ago

Hi @SebastianStehle, small world!

I sort of adopted this repo (I'm not sure why!), without knowing too much about Lucene internals, so I'm more of a janitor than a develop on this one.