GroupDocs.Search per .NET 26.8 è ora disponibile. Questa versione introduce un estrattore di testo veloce per documenti HTML e XHTML e aggiunge il supporto per l’estrazione di immagini incorporate codificate in Base64.
Novità di questa versione
| Chiave | Riepilogo | Categoria |
|---|---|---|
| SEARCHNET-3624 | Implementare un estrattore di testo veloce per documenti HTML | Miglioramento |
Modifiche all’API pubblica
Nessuno.
Esempio di codice
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
Come ottenere l’aggiornamento
NuGet
- NuGet – Installa il pacchetto più recente:
# 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
Download diretto
- Download diretto – Scarica gli assembly compilati per .NET dalla pagina di rilascio ufficiale:
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/
Risorse
- Note complete della versione – https://releases.groupdocs.com/search/net/release-notes/2026/groupdocs-search-for-net-26-8-release-notes/
- Documentazione – https://docs.groupdocs.com/search/net/
- Esempi di codice – https://github.com/groupdocs-search/GroupDocs.Search-for-.NET/
- Forum di supporto gratuito – https://forum.groupdocs.com/c/search/