AzureSearchClient 0.6.5370.1398
See the version list below for details.
dotnet add package AzureSearchClient --version 0.6.5370.1398
NuGet\Install-Package AzureSearchClient -Version 0.6.5370.1398
<PackageReference Include="AzureSearchClient" Version="0.6.5370.1398" />
paket add AzureSearchClient --version 0.6.5370.1398
#r "nuget: AzureSearchClient, 0.6.5370.1398"
// Install AzureSearchClient as a Cake Addin #addin nuget:?package=AzureSearchClient&version=0.6.5370.1398 // Install AzureSearchClient as a Cake Tool #tool nuget:?package=AzureSearchClient&version=0.6.5370.1398
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 | Versions 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. |
-
- Newtonsoft.Json (>= 6.0.3)
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 | 151,608 | 2/13/2015 |
0.7.5444.27905 | 1,757 | 11/27/2014 |
0.6.5370.1398 | 2,467 | 9/13/2014 |
0.5.5355.2536 | 1,667 | 8/29/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