c# - How can I create Azuredirectory sub directories with Lucene.net -



c# - How can I create Azuredirectory sub directories with Lucene.net -

cloudstorageaccount cloudstorageaccount = cloudstorageaccount.parse(cloudconfigurationmanager.getsetting("blobstorage")); using (azuredirectory azuredirectory = new azuredirectory(cloudstorageaccount, "contents")) { indexwriter indexwriter; seek { indexwriter = new indexwriter(azuredirectory, new standardanalyzer(lucene.net.util.version.lucene_30), false, new indexwriter.maxfieldlength(indexwriter.default_max_field_length)); } grab (system.io.filenotfoundexception) { indexwriter = new indexwriter(azuredirectory, new standardanalyzer(lucene.net.util.version.lucene_30), true, new indexwriter.maxfieldlength(indexwriter.default_max_field_length)); }

this source. need create or using sub directory in container (contents)

contents/en/{filename} contents/ko/{filename} contents/jp/{filename}

how can create azuredirectory sub directory lucene.net

c# windows-azure-storage lucene.net

Comments

Popular posts from this blog

assembly - What is the addressing mode for ld, add, and rjmp instructions? -

vowpalwabbit - Interpreting Vowpal Wabbit results: Why are some lines appended by "h"? -

Is there a way to convert an HTML page styled with Bootstrap CSS into email-compatible html? -