AzureSearchClient 0.7.5444.27905

There is a newer version of this package available.
See the version list below for details.
dotnet add package AzureSearchClient --version 0.7.5444.27905
NuGet\Install-Package AzureSearchClient -Version 0.7.5444.27905
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="AzureSearchClient" Version="0.7.5444.27905" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AzureSearchClient --version 0.7.5444.27905
#r "nuget: AzureSearchClient, 0.7.5444.27905"
#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 AzureSearchClient as a Cake Addin
#addin nuget:?package=AzureSearchClient&version=0.7.5444.27905

// Install AzureSearchClient as a Cake Tool
#tool nuget:?package=AzureSearchClient&version=0.7.5444.27905

This client library enables working with Microsoft Azure Search service which includes the ability of searching for documents within self-defined indexes.

The client library is designed for .NET Framework 4.5 applications and allows leveraging the full set of functionalities available within the Azure Search service from within you C#/VB.NET apps.

For release notes, see http://alexmang.ro/azure-search-client-library/change-log

Alex Mang's blog - http://alexmang.ro/

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  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.

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
0.8.5522.36498 140,989 2/13/2015
0.7.5444.27905 1,727 11/27/2014
0.6.5370.1398 2,421 9/13/2014
0.5.5355.2536 1,637 8/29/2014

•0.7.5444.27905 - Nov 27th, 2014
◦full support for Search Service API version 2014-10-20-Preview
◦full multi-language support
◦a Azure Search service reference now contains an APISettings property which specifies several API settings, such as whether to use only locked versions of the Azure Search REST API or not
◦allows the use of prototyped versions' syntax
◦bug fix applied on automatic field property set based on field type initialization
◦support for range and non-range facets
◦returns the OData context used when querying, within the query result
•0.6.5370.1398 - Sept 14th, 2014
◦filtering query generator updated
◦added support for all scoring profiles
◦no longer required to specify any action types when adding a new document to the index
◦documents can now be updated using the UpdateDocumentAsync and UpdateDocumentsAsync methods
◦documents can now be deleted calling the DeleteDocumentAsync method
◦when the type restricts specific properties, changing a field's type to one of these types automatically updates the field's properties to the restricted default values too (e.g. IsSeachable default to false for Boolean fields)
◦IntelliSense support added
◦new geography point type (GeographyPoint) added
◦new method for querying documents by using complex queries (SimpleQuery class) added
◦updating an index now works by calling UpdateAsync on the Index directly, rather than calling UpdateIndexAsync on the Indexes repository
◦bug fix applied when calling the LookupAsync method
◦bug fix applied when adding a batch of indexes using the CreateDocumentsAsync method
◦further performance improvements applied when serializing data
◦changed namespace from AzureSearch to AzureSearchClient in order to prevent confusion
◦additional useless classes have been completely eliminated
◦additional useless methods have been completely eliminated
◦some more bug fixes

•0.5.5355.2536 - Aug 29th, 2014
◦initial version