Example #1
0
 public bool IsDocumentInIndex(int docID)
 {
     return(_textIndexer.IsDocumentPresent(docID));
 }