Lucene.Net.Store.Azure
Lucene.Net.Store.Azure copied to clipboard
It Tooks Time to Connect With Azure
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);