1

空の紺碧のコンテナーで次のコードを実行すると、ファイルが見つかりませんというエラーが発生します(segments.gen;指定されたblobは存在しません)。

AzureDirectory azureDirectory = new AzureDirectory(account, "audiobookindex"); // <-- audiobookindex is the name of the blog storage container on my Azure account

// Create the index writerIndexWriter indexWriter = new IndexWriter(azureDirectory, new StandardAnalyzer(), true);

Lucene.netアセンブリ用のAzureライブラリ内のOpenInputで失敗しているようです。しかし、それがそのメソッドを呼び出している間、私は理解していません。それはただそれを作成しようとするだろうと思います。

また、アセンブリとコードがコンテナにヒットしています。これは、コンテナ内に表示されるwrite.lockファイルを作成するためです。

助言がありますか?

4

1 に答える 1

1

This should solve this problem. The examples in market are developed with older apis and older framework version etc. I found the above solution which works fine! No need of putting interfering with debugger ;)

于 2012-11-22T07:38:38.013 に答える