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

Download   Support Forum 

File Details

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

Description

This contains the MSI installer of GroupDocs.Search for .NET 24.2.1 release.

File Details

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.

Improved Index Health Management

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*

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