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.
ما الجديد في هذا الإصدار
| المفتاح | الملخص | الفئة |
|---|---|---|
| SEARCHNET-3624 | تنفيذ مستخرج نص سريع لمستندات HTML | تحسين |
تغييرات API العامة
لا شيء.
مثال على الشيفرة
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
كيفية الحصول على التحديث
NuGet
- NuGet – تثبيت أحدث حزمة:
# 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 – تحميل التجميعات المترجمة لـ .NET من صفحة الإصدار الرسمية:
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/
الموارد
- 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/