Hello,
We found a problem: Based on 1000 files, we found out that GroupDocs finds 4 of them when you search for “alex” in the index, but also when you execute a “NOT alex” search in it. That does not seem to make sense. …...display indexed documents: var docs = index.GetIndexedDocuments();...int i = 0; foreach (var doc in docs) { Console.WriteLine((i++)...