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
Post a Comment