Are you searching secured or unsecured content? It's very easy if you are only 
searching unsecured. In some cases you need <cfx_http5 if you are searching 
secured content.

You need to get the ip of the Google box and build a search string based on 
what you wnat to do.

You'll want to review the Google search appliance API to understand the url 
string.

Here are the url params you'll end up using, though some may not be needed for 
you. We return XML and deal with that prior to presentation.

<cfparam name="G_q" default="">
<cfparam name="G_site" default="YourCollection">
<cfparam name="G_restrict" default="">
<cfparam name="G_client" default="default_frontend">
<cfparam name="G_output" default="xml_no_dtd">
<cfparam name="G_as_occt" default="any">
<cfparam name="G_filter" default="0">
<cfparam name="G_access" default="a">
<cfparam name="G_num" default="10">
<cfparam name="G_start" default="0">


>Does anybody know how to use CFHTTP to talk to the Google Search Appliance?
>
>I can't find anything on the Web that mentions this.
>
>I am not talking about CSE.
>
>Thanks,
>Jo-Anne 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:310929
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to