Esempio n. 1
0
 [Test] public void EmptyIndex()
 {
     indexer.EndBatchUpdate();
     Assert.IsTrue(!indexer.IsDocumentPresentInternal(100));
 }