fusionkit.yahoosearch
Component yahoosearch (Yahoo Search API Component)
Component yahoosearch (Yahoo Search API Component)
The Yahoo Search API Methods - Term Extraction, and Web Search.
methods: | search, setAppID, termExtraction |
search |
---|
search
(
required
string
query,
start="1",
results="10",
sites=""
)
Searchs the web and returns a query of results Output: supressed Parameters: query: string, required, query - the search term start: any, optional, start - the result number to start at results: any, optional, results - number of results to return sites: any, optional, sites - comma seperated list of domains to search (up to 30) |
setAppID |
void
setAppID
(
required
string
appid
)
sets your yahoo developer app id Output: supressed Parameters: appid: string, required, appid |
termExtraction |
string
termExtraction
(
required
string
context,
string
query=""
)
The Term Extraction service provides a list of significant words or phrases extracted from a larger content. Returns a List Output: supressed Parameters: context: string, required, context - a body of text to extract keywords from query: string, optional, query |
Copyright © 2006 Foundeo Inc. - All Rights Reserved. ColdFusion is a trademark of Adobe Systems Incorporated.