GroupDocs.Search for .NET 26.8이(가) 이제 제공됩니다. 이번 릴리스에서는 HTML 및 XHTML 문서에 대한 빠른 텍스트 추출기를 도입하고, 임베드된 Base64 인코딩 이미지 추출을 지원합니다.
What’s new in this release
| 키 | 요약 | 카테고리 |
|---|---|---|
| SEARCHNET-3624 | HTML 문서에 대한 빠른 텍스트 추출기 구현 | 개선 |
Public API changes
없음.
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 – 최신 패키지를 설치합니다:
# 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/