예제 #1
0
 public void IndexFolder()
 {
     searcher.IndexBatch(new List <Conversation>()
     {
         conversation
     });
 }