BingCustomInstances.search Method
Definition
Overloads
| search() |
The Custom Search API lets you send a search query to Bing and get back web pages found in your custom view of the web. |
| search(long customConfig, String query, SearchOptionalParameter searchOptionalParameter) |
The Custom Search API lets you send a search query to Bing and get back web pages found in your custom view of the web. |
search()
The Custom Search API lets you send a search query to Bing and get back web pages found in your custom view of the web.
public abstract BingCustomInstances.BingCustomInstancesSearchDefinitionStages.WithCustomConfig search()
Returns
the first stage of the search call
search(long customConfig, String query, SearchOptionalParameter searchOptionalParameter)
The Custom Search API lets you send a search query to Bing and get back web pages found in your custom view of the web.
public abstract SearchResponse search(long customConfig, String query, SearchOptionalParameter searchOptionalParameter)
Parameters
- customConfig
- long
The identifier for the custom search configuration.
- query
- java.lang.String
The user's search query term. The term may not be empty. The term may contain Bing Advanced Operators. For example, to limit results to a specific domain, use the site: operator.
- searchOptionalParameter
- SearchOptionalParameter
the object representing the optional parameters to be set before calling this API
Returns
the SearchResponse object if successful.