GroupDocs.Search for .NET 26.8 พร้อมให้ใช้งานแล้ว รุ่นนี้แนะนำตัวสกัดข้อความที่เร็วสำหรับเอกสาร HTML และ XHTML และเพิ่มการสนับสนุนการสกัดภาพที่ฝังอยู่ในรูปแบบ Base64‑encoded
สิ่งใหม่ในรุ่นนี้
| คีย์ | สรุป | ประเภท |
|---|---|---|
| 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 – ดาวน์โหลดไฟล์แอสเซมบลีที่คอมไพล์แล้วสำหรับ .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/