Browse our Products Toggle navigation
If so you can download any of the below versions for testing. The product will function as normal except for an evaluation limitation. At the time of purchase we provide a license file via email that will allow the product to work in its full capacity. If you would also like an evaluation license to test without any restrictions for 30 days, please follow the directions provided here.
If you experience errors, when you try to download a file, make sure your network policies (enforced by your company or ISP) allow downloading ZIP and/or MSI files.
Developers, rejoice! We have released GroupDocs.Search for .NET 24.2.1 (DLLs only) and this version gives you a brand new index health checker tool. Using this tool, you can proactively identify and fix potential issues with the indexes in your Windows, Linux, or Mac-powered solutions.
The latest .NET indexing API version lets you diagnose and repair potential problems with the newly introduced index health check tool. With this feature, you can employ dynamic maintenance and ensure significantly improved search performance within your cross-platform document search applications. The following code example showcases how to implement this feature into your solutions.
string indexFolder = @"c:\MyIndex"; // Opening an index Index index = new Index(indexFolder, false); // Logging errors index.Events.ErrorOccurred += (s, e) => Console.WriteLine(e.Message); // Checking segments and restoring damaged ones index.CheckSegments(true);
Source*
Void CheckSegments(Boolean)
GroupDocs.Search.Index
GroupDocs.Search.Common.IndexStatus CheckingSegments
GroupDocs.Search.Common.IndexStatus
You can view the list of all new features, enhancements, and bug fixes introduced in this release by visiting GroupDocs.Search for .NET 24.2.1 Release Notes.