GroupDocs.Search for .NET 23.10.1 Release Notes

Major Features

There are the following features, enhancements, and fixes in this release:

  • Fix search network deployment

Full List of Issues Covering all Changes in this Release

KeySummaryCategory
SEARCHNET-2958Fix search network deploymentFix
SEARCHNET-2956Remove obsolete text highlightersBreaking change

Public API and Backward Incompatible Changes

Fix search network deployment

This fix resolves the search network deployment issue.

Public API changes

None.

Use cases

None.

Remove obsolete text highlighters

This breaking change removes deprecated classes for highlighting search results in text, also removes obsolete output adapter constructors.

Public API changes

Class HtmlFragmentHighlighter has been removed from GroupDocs.Search.Highlighters namespace.
Class HtmlHighlighter has been removed from GroupDocs.Search.Highlighters namespace.
Class PlatformHelper has been removed from GroupDocs.Foundation.Internal.Utils.Common namespace.

Constructor FileOutputAdapter(System.String) has been removed from GroupDocs.Search.Common.FileOutputAdapter class.
Constructor StreamOutputAdapter(System.IO.Stream) has been removed from GroupDocs.Search.Common.StreamOutputAdapter class.
Constructor StringOutputAdapter() has been removed from GroupDocs.Search.Common.StringOutputAdapter class.

Use cases

None.