groupdocs-search-dotnet 17.8.0

Suggested Alternatives

GroupDocs.Search

Additional Details

GroupDocs.Search API has been moved to a new package "GroupDocs.Search" with new & improved feature set.

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package groupdocs-search-dotnet --version 17.8.0
NuGet\Install-Package groupdocs-search-dotnet -Version 17.8.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="groupdocs-search-dotnet" Version="17.8.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add groupdocs-search-dotnet --version 17.8.0
#r "nuget: groupdocs-search-dotnet, 17.8.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install groupdocs-search-dotnet as a Cake Addin
#addin nuget:?package=groupdocs-search-dotnet&version=17.8.0

// Install groupdocs-search-dotnet as a Cake Tool
#tool nuget:?package=groupdocs-search-dotnet&version=17.8.0

GroupDocs.Search for .NET API performs search operations over various file formats.

Key Features:
– Covers most popular document formats: Microsoft Word, Microsoft Excel, Microsoft PowerPoint, Microsoft Outlook, PDF and TXT
– Search different object types: Text Occurrences, File Names, Document Types, Basic Metadata Fields and Document Created/Modified Dates
– Multiple search queries can be processed: Boolean Search Queries, Regular Expressions, Simple Queries and Faceted Queries
– Perform Advanced Search: Case Sensitive Search, Fuzzy Search, Synonym Search and Exact Phrase Search
– Create and update Indexes
– Search over several Indexes simultaneously

For more details on the API, please visit GroupDocs website at:
http://groupdocs.com/dot-net/document-search-api

Note: This Document Search API comes up with some limitations in the evaluation mode. In order to evaluate/test full features of GroupDocs.Search for .NET API, please request a free 30-day temporary license.

Product Compatible and additional computed target framework versions.
.NET Framework net20 is compatible.  net35 was computed.  net40 was computed.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated

Enhancement:
SEARCHNET-1146 Fix all arguments classes according to best practices
SEARCHNET-1091 Remove obsolete SimilarityLevel property from SearchParameters
New Features:
SEARCHNET-474 Implement accent-insensitive indexing
SEARCHNET-576 Add FileIndexing event for selecting custom indexing strategy for separate document
SEARCHNET-1092 Implement option for the spelling corrector 'Only best results'
SEARCHNET-1096 Implement option for the fuzzy search 'Only best results'
SEARCHNET-1098 Implement Limit for Searching Report
SEARCHNET-1099 Implement Limit for Indexing Report
SEARCHNET-1129 Implement method that generates text with highlighted search results
SEARCHNET-1135 Implement indexing ZIP archives
SEARCHNET-1148 Add StatusChanged event to Index class