groupdocs-search-dotnet 1.2.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 1.2.0
NuGet\Install-Package groupdocs-search-dotnet -Version 1.2.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="1.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add groupdocs-search-dotnet --version 1.2.0
#r "nuget: groupdocs-search-dotnet, 1.2.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=1.2.0

// Install groupdocs-search-dotnet as a Cake Tool
#tool nuget:?package=groupdocs-search-dotnet&version=1.2.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, 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: Fuzzy Search and Synonym 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

New features:

SEARCHNET-607   Add support of xlsm, xltm document formats
SEARCHNET-608   Add support of docm, dot, dotx document formats
SEARCHNET-609   Add support of ppsx, pot document formats
SEARCHNET-469   Implement user warning when the user tries to run Search with options that are not supported in index
SEARCHNET-467   Implement similarity level setting for fuzzy search
SEARCHNET-605   Add TotalHitCount property to Search Results