×
Search results provided by Azure Search - read how I built it in this post.

Azure Search

Max Melcher

2 minute read

Suggestions are a killer feature for search - same applies to Azure Search! Performance for the lookup of the possible options in combination with a large index is a key here - scale scale scale! I released 0.7.0.0 version of the AzureSearchTool today. Suggestion I added all of the possible suggestion options - it’s a different search type so it needed a while to add it to my current implementation. But as the version number indicates, I am close to catching up with the main features.

Max Melcher

2 minute read

Today I released the next version of the AzureSearchTool (v.0.3.0.0). If you have not read about the tool at all, please see the introduction here. In the very first version the tool was quite simple and most of the search parameters were not handled. That has changed now: Index I implemented the schema overview (actually that was not that much but looks great): So now you can see what fields of what type you have - and how those fields are specified.

Max Melcher

3 minute read

Today I released my first Open Source tool to support the development, testing, debugging of **Azure Search **- the AzureSearchTool. AzureSearchTool - v.0.1.5.0 The tool lets you connect to different indexes and assists you crafting search queries. As a byproduct it generates a REST URL for you to use in your application or website. With this it should be easier to develop against the Azure Search REST API - and should speed up the testing time enormously.