GroupDocs.Search for .NET 26.8 is now available. This release introduces a fast text extractor for HTML and XHTML documents and adds support for extracting embedded Base64‑encoded images.

What’s new in this release

Key Summary Category
SEARCHNET-3624 Implement fast text extractor for HTML documents Improvement

Public API changes

None.

Code example

string indexFolder = @"c:\MyIndex\"; // Specify path to the index folder
string documentsFolder = @"c:\MyHtmlDocuments\"; // Specify the path to a folder containing documents to search

Index index = new Index(indexFolder); // Creating an index in the specified folder

index.Add(documentsFolder); // Synchronous indexing documents from the specified folder

How to get the update

NuGet

  • NuGet – Install the latest package:
# Package Manager
NuGet\Install-Package GroupDocs.Search -Version 26.8.0

# .NET CLI
dotnet add package GroupDocs.Search --version 26.8.0
# Package Manager
NuGet\Install-Package GroupDocs.Search.NETFramework -Version 26.8.0

# .NET CLI
dotnet add package GroupDocs.Search.NETFramework --version 26.8.0

Direct download

Resources