The following code is not returning any documents:
static void Main(string[] args)
{
string LicensePath = @“C:\license\GroupDocs.Search.lic”;
GroupDocs.Search.License lic = New GroupDocs.Search.License();
//…...License lic = new GroupDocs.Search.License(); //Set...specified folder Index index = new Index(indexFolder); // Indexing...