Ecosyste.ms: Packages

An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

nuget.org : azuresearch.quick

This client library is a powerful tool for Azure Search services. This tool allows to easy upload/search/delete to search service with using only one line of code. Samples - https://github.com/tomaszmargacz/nuget-samples/tree/master/AzureSearch.Quick.Sample If you have any questions or need improvement feel free to contact me: [email protected] Sample code: // init var azureSearchQuick = new AzureSearchQuick(„* URL *”,”* KEY *”); //search var searchResult = azureSearchQuick.Search<SearchModel>("?search=Azure Search Quick"); // prepare Dictionary<string, object> temp = new Dictionary<string, object>(); temp.Add("Key", "ValueTest"); temp.Add("Name", "Azure Search Quick"); // mergeOrUpload var mergeOrUploadResult = azureSearchQuick.MergeOrUpload(temp); // delete var deleteResult = azureSearchQuick.Delete("Key", "ValueTest");

Registry - JSON
purl: pkg:nuget/azuresearch.quick
Keywords: Azure, Search
License:
Latest release: over 6 years ago
First release: over 6 years ago
Downloads: 3,537 total
Last synced: 18 days ago

    Loading...
    Readme
    Loading...