/cognitiveSearch

Use Azure Cognitive Search to dig through your own content index - Xamarin Android quick starter application inside :)

Primary LanguageC#MIT LicenseMIT

Cognitive Search

This repo shall help you to query your Cognitive Search index via it's REST API on a mobile device. As an example implementation this project contains a Xamarin Android code base to get you started in no time.

Setup

  • You will have to create your own index with the Azure Cognitive Search Service. This is fairly simple :) So don't be afraid! Go to this step-by-step guide and you will be online with your index soooon.
  • In the app you'll need to add the path of your index and it's API-KEY to the MainActivity.cs
  • And start the app
  • ...
  • Profit $$$

Contributions

If you feel like Xamarin Android is not enough please feel free to leave other sample implementation in other languages and framework implementations as a pull request. This will be very much appreciated!