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
- Direct Download – Download the compiled assemblies for .NET from the official release page:
https://releases.groupdocs.com/search/net/new-releases/groupdocs.search-for-.net-26.8-dlls-only/
https://releases.groupdocs.com/search/net/new-releases/groupdocs.search-for-.net-26.8/
Resources
- Full Release Notes – https://releases.groupdocs.com/search/net/release-notes/2026/groupdocs-search-for-net-26-8-release-notes/
- Documentation – https://docs.groupdocs.com/search/net/
- Code Examples – https://github.com/groupdocs-search/GroupDocs.Search-for-.NET/
- Free Support Forum – https://forum.groupdocs.com/c/search/