Browse our Products

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.

 

GroupDocs.Search for .NET 24.2.1 (DLLs only)

Download   Support Forum 

File Details

  • Downloads:
  • 1
  • File Size:
  • 236.24MB
  • Date Added:
  • 29/2/2024

Description

This ZIP file contains only the GroupDocs.Search for .NET 24.2.1 assemblies. The assemblies are the same as in the MSI installer of the product of the same version. Download this if you want to use GroupDocs.Search for .NET without the MSI installer. This ZIP download does not contain the demo projects.

File Details

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.

Manage Index Health Effortlessly

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*

Public API and Backward Incompatible Changes

  • Added Void CheckSegments(Boolean) method to the GroupDocs.Search.Index class.
  • Added GroupDocs.Search.Common.IndexStatus CheckingSegments field to the GroupDocs.Search.Common.IndexStatus enum.

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.

 English