Is there an option in Bing Search to get search results from a particular news website?
The Bing Custom Search API enables you to create tailored ad-free search experiences for topics that you care about. You can specify the domains and webpages for Bing to search.
https://learn.microsoft.com/en-us/rest/api/cognitiveservices-bingsearch/bing-custom-search-api-v7-reference
you can use site parameter in API query to get results from specific website, but it;s not guranteed as advance search operators are no longer supported.
https://api.cognitive.microsoft.com/bing/v7.0/search?q=q=Trump+site:wikipedia.com
Related
I've been using Azure Search for indexing products on an eCommerce site. It works for 'Product Matches' using the Search API. I was able to configure the Scoring Profile to get me the results I need from the Search API.
However, I would also like to use the 'Suggestions API' to show the most relevant results as the user types text in the search box. But the results being shown are not most relevant since there is no way to apply scoring functions to the suggestions API.
I would like to boost most relevant products to the top of the suggestions when using the Suggestions API.
Any ideas?
Unfortunately, scoring profiles are not supported in the Azure Search Suggestions API and there is no other built-in way to influence ranking for Suggestions. Please vote for this feature on Azure Search User Voice page to help us prioritize.
I have already hosted my website, and I want to search it from Google.
How can I search?
Is there any need to upload my website to Google?
Yes, at least webmaster submission. Also, read more about the webmaster tool.
Add the proper search term to your searched words:
site:www.your-website.com searchword
You can use Google Webmaster tools for this purpose. Add your website there and you can get very valuable information about the state of your website on Google.
For faster inclusion of all pages of your website on Google database, you can create a sitemap.xml file (if you do not know how you can create it online here) and add it to Google webmaster tools.
You also can see on the Google page, placing the command "site:" before the url of your website in the search field, to view which pages are already indexed.
Is it possible to search Google (or elsewhere) to find which sites link to a particular URL? For example, find the sites that link to www.apple.com/osx/whatever.pdf ?
If this is for your own website, you can take a look at Google Analytics or a similar analytics/conversion tracking.
Is it possible to add an out-of-the-box Bing site search box to my SharePoint extranet and have it actually work? My mind says no, since it can't possibly index my pages, right? Just wanted to know your thoughts.
You can add bing search box and you would get results as well but only pages from your site which are allowed for anonymous access will be crawled by Bing. My question to you is this when share point already provides Such a wonderful search engine why do you need anything else for crawling of your internal content.
I want to populate a tag cloud with frequent search queries submitted to my websites Google Custom Search based search engine. Is there a way to accomplish that?
Thanks.
Use a tag cloud service such as this one. You'll have to log all the queries being searched for though, as the custom search api won't give you the search logs. In order to do that, you'll need a wrapper around the search box to intercept all searches before sending them to Google.