coldfusion 8: cfsearch type="internet" want exact match on cf_custom1

2008-08-07 Thread Kevin Stone
When I index documents I put some metadata in the custom1 field.

When I search I use an internet type search and use cf_custom1 to help filter 
results.  An example of the criteria that I set in cfsearch:

   cf_custom1:"Finland" currency

meaning to only return results with an exact match to Finland in custom1 and 
content that contains the word currency or derivations.

OK, now the problem.  According to the documentation since I put "Finland" in 
double quotes it should not STEM and only return exact matches.  It isn't.  I 
get back results from verity with "Finland_2002" in custom1.  Anybody have any 
idea what I am doing wrong? 

~|
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:310403
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Missing Template Handler is missing

2008-08-07 Thread Kevin Stone
Have you tried everything mentioned at 
http://kb.adobe.com/selfservice/viewContent.do?externalId=95ee04fb 

~|
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:310429
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Missing Template Handler is missing

2008-08-07 Thread Kevin Stone
I thought that there was a link at the bottom of the page that addresses 
general things to try via Coldfusion Admin.  Sorry if I was incorrect 

~|
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:310434
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Missing Template Handler is missing

2008-08-07 Thread Kevin Stone
Yea, unless the unix version is different, i think CF 5.0 and earlier require 
an absolute path while MX and 8 use a relative path. 

~|
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:310439
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: cfhttp and Google Search Appliance

2008-08-20 Thread Kevin Stone
Hey Dave Watts,

Can you use cfhttp to add/delete/update collection configuration in a Google 
mini?  For example when we add a new collection on one of our systems can we 
use cfhttp to update the other or do we need to do it manually thru the admin 
console? 

~|
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:311349
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: cfhttp and Google Search Appliance

2008-08-21 Thread Kevin Stone
Thanks Dave,

You have given me hope.  At least I am on a path that is possible.  I have an 
example done with curl and make but they wont allow curl on our server.  
Perhaps I can mimic it with cfhttp.  Would you suggest any other approach, 
java, ...?

 -kevin


> > Hey Dave Watts,
> >
> > Can you use cfhttp to add/delete/update 
> > collection configuration in a Google mini? 
> > For example when we add a new 
> > collection on one of our systems can we 
> > use cfhttp to update the other or do we
> > need to do it manually thru the admin 
> > console?
> 
> Hey, Kevin!
> 
> Yes, you can! However, it's a pain. You'll need to capture the cookie 
> from your initial request, then send admin credentials  in an HTTP 
> POST, then do the collection submission.
> 
> Dave Watts, CTO, Fig Leaf Software 


~|
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:311380
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: cfhttp and Google Search Appliance

2008-08-24 Thread Kevin Stone
Hey Dave,

I have finished the first version of my CF script that will talk with the 
Google mini Admin console but I am having trouble.

Just briefly, I first cfhttp the google and I get a response with a cookie.  In 
the data it sends back I can see it is on the page that requests that you make 
sure that your browser is set to accept cookies.  I store the cookie for future 
use and then send a "reload" request (should transition the google to the login 
page) with the cookie stored in the cfhttp header.  But, when the google 
responds it sends a different cookie and there isn't anything that I can see in 
the response that indicates I am on the login page.  Is this what you would 
expect?  I had thought the google would respond with the original cookie since 
we are in a conversation.

thanks
-kevin


>CF is just as good as any of these for this sort of thing, so if you prefer
>using CF you should just go ahead. The examples in the GSA Google Group use
>Python (as do most Google code examples), but they're not very extensive or
>complete anyway.
>
>Dave Watts, CTO, Fig Leaf Software
>http://www.figleaf.com/
>
>Fig Leaf Software provides the highest caliber vendor-authorized
>instruction at our training centers in Washington DC, Atlanta,
>Chicago, Baltimore, Northern Virginia, or on-site at your location.
>Visit http://training.figleaf.com/ for more information! 

~|
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:311480
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: cfhttp and Google Search Appliance

2008-08-25 Thread Kevin Stone
Thanks for your help Dave.

Yes, the URL is http://IP:8000/EnterpriseController

I don't expect you to do my job for me, but I have included my initial script 
below.  Does anything jump out as being wrong?  My code is probably not the 
best since I am still learning coldfusion.











  
  

  


  
  
  







 
 


http://#Variables.googleIP#:8000/EnterpriseController";>






  
  
  
  
  

  
  
  

  
  
  

  
  
  

  
  
  


  
  



  
  




  
  



  
  
Login Failed

  



  Login Success

  


  
  
  
  
  

  
  
  

  
  

  
  
 

~|
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:311526
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: cfhttp and Google Search Appliance

2008-08-28 Thread Kevin Stone
Dave, thanks for your help but I finally got it to work.  Just in case you are 
interested:










 
 

 
  
  
 
 
 







 
 


http://#Variables.googleIP#:8000/EnterpriseController";>






 
 
 
 
 

 
 
  
  
  
  
 
 



 
 
  Login Failed
  
 



 Login Success
 
  
  
   
   
   
   
   
  
 
 
 

 
 
  
  
 
 
 

~|
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:311759
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Display PDF on page with other data

2008-12-01 Thread Kevin Stone
Is it possible to display a PDF document on a page with a bunch of input 
fields?  
I have only been able to display a pdf on a page by itself using cfheader and 
cfcontent but now want to display it in a frame/div on the bottom of another 
page.  Anybody know how to do this?

thanks


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

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:316081
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Display PDF on page with other data

2008-12-01 Thread Kevin Stone
Works like a champ.  I was so caught up in doing it with CF tags that I didn't 
even think about the iframe.  THanks. 

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

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:316084
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4