I know this question has been asked before but the answers I found did not address my issue.
we are using azure search for both scenarios where we need to analyze text and for scenarios where only a filter is applied to static data. i.e if you have a product details stub in azure search with just category and price, users can find particular categories in particular price ranges without needing to do any text analysis. For such scenarios, is DocumentDB faster or Azure Search.
If faceting is required, does DocumentDB also offer that facility (either Faceting or group by) that is as efficient as Azure Search Faceting?
Is there any way of accessing the unique terms indexed in Azure Search. For example if London, England is indexed as London and England, for us to look up the index and get the unique terms London and England.
In addition, can we append any metadata to terms so that we can for example identify that the term London is a city while England is the name of a country.
Many thanks