azure-cognitive-searchazure-cognitive-servicesbing-search

What is the difference between Azure Search and Bing Search and what to use when?


What is the difference between Bing Search and Azure Search service and what to use when?

Azure Search service is not part of the Cognitive services but Bing search is part of Azure Cognitive Services as per my knowledge. Where can I find detail comparison and guidance?

One of the confusion is that there is something called Bing Custom Search which can search from your own enterprise domain or multiple private domain in addition to the slice of internet search. So if that is the case, isn't it similar to Azure Search service? So why use Azure Search service in that case? And where is the difference in this case (except that Azure Search service is for enterprise document search only). What are the advantages of Azure Search service over Bing search in this case?


Solution

  • Azure Search service is not part of the Cognitive services but Bing search is part of Azure Cognitive Services as per my knowledge.

    Yes, Bing search is Azure Cognitive Services while Cognitive search is a preview feature of Azure Search, supported in these regions.

    Where can I find detail comparison and guidance?

    Bing Web Search API searches the indexes on Bing.com for matching terms you submit. Indexes are built from HTML, XML, and other web content on public sites. Built on the same foundation, Bing Custom Search offers the same crawler technology for web content types, scoped to individual web sites.

    Azure Search searches an index you define, populated with data and documents you own, often from diverse sources. Azure Search has crawler capabilities for some data sources through indexers, but you can push any JSON document that conforms to your index schema into a single, consolidated searchable resource.

    For more details, you could refer to this article.

    What are the advantages of Azure Search service over Bing search in this case?

    Easily add sophisticated cloud search capabilities to your website or application using the same integrated Microsoft natural language stack which is used in Bing and Office and which has been improved over 16 years. Quickly tune search results and construct rich, fine-tuned ranking models to tie search results to business goals. Reliable throughput and storage give you fast search indexing and querying to support time-sensitive search scenarios. Please refer to this article.