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

It Tooks Time to Connect With Azure

Open Mansoun opened this issue 3 years ago • 0 comments

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 shows a bunch of Http request in one thread and it's kind of wierd ... Use Lucene.Net.Store.Azure 4.8.0-beta015

string storageConString = _configuration["LuceneStorageConnectionString"]; string folderName = _configuration["FolderNameLuceneIndex"]; _azureDirectory = new AzureDirectory(_configuration["LuceneStorageConnectionString"]); this.writer = new IndexWriter(_azureDirectory, indexConfig);

Mansoun avatar Sep 05 '22 09:09 Mansoun