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

ดาวน์โหลดโดยตรง

แหล่งข้อมูล