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.
Take your .NET search applications to the next level with GroupDocs.Search for .NET 24.2.1 (MSI) on Windows! This update provides you with a valuable new tool to maintain the integrity of your search indexes. This dedicated tool allows you to proactively identify and resolve potential problems.
Diagnose and repair potential issues seamlessly with an index health check tool in this version of the .NET indexing API. This functionality enables dynamic maintenance and ascertains outstanding search performance within your document search solutions. The following code example showcases how to implement this feature into your applications.
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.