groupdocs-search-dotnet 17.9.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.9.0
NuGet\Install-Package groupdocs-search-dotnet -Version 17.9.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.9.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.9.0
#r "nuget: groupdocs-search-dotnet, 17.9.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.9.0

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

This package is now obsolete and has been replaced by the GroupDocs.Search package.

[Obsolete] 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

Enhancements:
SEARCHNET-1087 Add public constants with field names
SEARCHNET-1191 Remove obsolete propetries from IndexingSettings
New Features:
SEARCHNET-563 Implement functionality for storing document text in index
SEARCHNET-575 Add DocumentFilter property to IndexingSetting for filtering files
SEARCHNET-1150 Implement automatic encoding detection for text documents
SEARCHNET-1159 Implement support of CHM files
SEARCHNET-1161 Implement feature 'Only best results range' for fuzzy search
SEARCHNET-1162 Implement feature 'Only best results range' for spelling corrector
SEARCHNET-1196 Implement option for fuzzy search to consider transposition as a single mistake or not
SEARCHNET-1197 Implement option for spelling corrector to consider transposition as a single mistake or not