Lucene.Net.Store.Azure icon indicating copy to clipboard operation
Lucene.Net.Store.Azure copied to clipboard

Results 12 Lucene.Net.Store.Azure issues
Sort by recently updated
recently updated
newest added

When you running your solution on Azure Functions, you didn't have a storage, the user must use the cache in RamDirectory. This info could be useful, because otherwise the user...

I would be nice to be able to inject a BlobServiceClient instead of having the BlobServiceClient created from connection string.

Authenticating the Azure client using a SAS token, without container creation privileges, causes the application to crash. So far I've identified the following code in [AzureDirectory.cs](https://github.com/tomlm/Lucene.Net.Store.Azure/blob/master/source/AzureDirectory/AzureDirectory.cs#L136) as part of the...

Hello. I have a problem. everything fines in details. The problem is when want to create Writer or writer.Flush() .. it tooks time.. 7 seconds ... The Diagnostic window in...

For some reason when I delete a document from a Lucene index it is throwing a "No Segements Found" exception. This only happens when trying to load the data stored...

Hi, We use this package in Azure Function. In Azure Function, the host instance is stopped and then restarted every few hours. When the instance is initialized, we would download...

Seems like youre one of the first users for Lucene.NET Have you seen that it's an official Apache project! What a shift to what it once was when Microsoft had...

We've noticed some performance issues since upgrading to the versions of this library which incorporate Azure.Storage.Blobs. This either manifests as significant drops in performance or a straight up hang/block. This...