Hello,
We run into a bug in GroupDocs when creating an index.
Our code is once again very simple:
var index = New GroupDocs.Search.Index(indexDirectory, New IndexSettings { }, overwriteIfExists: false);
index.Add(sca…...index = new GroupDocs.Search.Index(indexDirectory, new IndexSettings...false); index.Add(scanTarget, new IndexingOptions { }); This is...