在我的UWP应用程序中,我正在创建应由Windows索引编制索引的文件,以便稍后可以使用全文搜索找到它们。publicasyncTaskTestFullTextSearch(){StorageFolderfolder=ApplicationData.Current.LocalCacheFolder;CreateFile(folder.Path+Path.DirectorySeparatorChar+"myDocument.txt","Sometext123");awaitTask.Delay(5000);//toensurethatthefileisalreadyindexbefore