Azure Search
Azure Search is a search-as-a-service solution that allows developers to incorporate a sophisticated search experience into web and mobile applications without having to worry about the complexities of full-text search and without having to deploy, maintain or manage any infrastructure
-
provide top N DISTINCT values from suggester API
At the moment the suggester API return the top N results, but if I want use this feature on a field that contains duplicate values, this request could show me N identical values.
For example, my index contains the searchable fields address and city (address as the key) and the city field contains only the cities "Parma" and "Pavia". I want to add autocomplete on the city field on the web app. The suggester API with TOP 5 could give me 5 identical values with the city "pavia". But I like to see both the cities in the TOP 5.…14 votesIt sounds like you might be interested in getting unique terms. For that reason, you might want to try our autocomplete feature https://docs.microsoft.com/en-us/rest/api/searchservice/autocomplete
-
Cursor-based pagination
When new elements are added to the beginning of an index paginating with $top/$skip will return duplicated elements. The cursor-based pagination solves such problems.
13 votesThank you for your feedback. We’re considering this for a future release of Azure Search.
Thanks,
Vinod
Azure Search Product Team -
filterAndMergeMany
We need a way to update/merge all documents matching a filter criteria. E.g. only change one field for all documents matching a $filter specified.
1 voteThank you for your feedback. While it is unlikely we’ll address this suggestion in the near future, we’ll reassess based on the number of votes it receives.
Thanks,
Vinod
Azure Search Product Team
- Don't see your idea?