コード例 #1
0
ファイル: TextIndexManager.cs プロジェクト: mo5h/omeo
 public bool IsDocumentInIndex(int docID)
 {
     return(_textIndexer.IsDocumentPresent(docID));
 }