getting back to indexing .cfm files

2012-06-19 Thread Scott Stewart

I want to touch on this again:

Here's my situation,
I'm building a search module, one of the requirements is the ability to 
index dynamically generated content from .cfm pages. The app is built 
using Coldspring so I have a lot of
index.cfm?event=Xparam=y.. etc. They way that I understand Solr to 
work is that it'll read the literal index.cfm page and index the code on 
the page not the content.

How could I go about indexing the rendered content..

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:351612
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: getting back to indexing .cfm files

2012-06-19 Thread Dave Watts

 Here's my situation,
 I'm building a search module, one of the requirements is the ability to
 index dynamically generated content from .cfm pages. The app is built
 using Coldspring so I have a lot of
 index.cfm?event=Xparam=y.. etc. They way that I understand Solr to
 work is that it'll read the literal index.cfm page and index the code on
 the page not the content.

 How could I go about indexing the rendered content..

Use a crawler with Solr. Solr doesn't come with a crawler, but can be
used with crawlers, like Apache Nutch provides.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
http://training.figleaf.com/

Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
GSA Schedule, and provides the highest caliber vendor-authorized
instruction at our training centers, online, or onsite.

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:351613
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: getting back to indexing .cfm files

2012-06-19 Thread Russ Michaels

Have you considered using google custom search. I have found it to work
well.

Regards
Russ Michaels
On Jun 19, 2012 4:36 PM, Dave Watts dwa...@figleaf.com wrote:


  Here's my situation,
  I'm building a search module, one of the requirements is the ability to
  index dynamically generated content from .cfm pages. The app is built
  using Coldspring so I have a lot of
  index.cfm?event=Xparam=y.. etc. They way that I understand Solr to
  work is that it'll read the literal index.cfm page and index the code on
  the page not the content.
 
  How could I go about indexing the rendered content..

 Use a crawler with Solr. Solr doesn't come with a crawler, but can be
 used with crawlers, like Apache Nutch provides.

 Dave Watts, CTO, Fig Leaf Software
 http://www.figleaf.com/
 http://training.figleaf.com/

 Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
 GSA Schedule, and provides the highest caliber vendor-authorized
 instruction at our training centers, online, or onsite.

 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:351614
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: getting back to indexing .cfm files

2012-06-19 Thread Scott Stewart

On 6/19/2012 11:42 AM, Russ Michaels wrote:
 Have you considered using google custom search. I have found it to work
 well.

 Regards
 Russ Michaels
 On Jun 19, 2012 4:36 PM, Dave Watts dwa...@figleaf.com wrote:

 Here's my situation,
 I'm building a search module, one of the requirements is the ability to
 index dynamically generated content from .cfm pages. The app is built
 using Coldspring so I have a lot of
 index.cfm?event=Xparam=y.. etc. They way that I understand Solr to
 work is that it'll read the literal index.cfm page and index the code on
 the page not the content.

 How could I go about indexing the rendered content..
 Use a crawler with Solr. Solr doesn't come with a crawler, but can be
 used with crawlers, like Apache Nutch provides.

 Dave Watts, CTO, Fig Leaf Software
 http://www.figleaf.com/
 http://training.figleaf.com/

 Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
 GSA Schedule, and provides the highest caliber vendor-authorized
 instruction at our training centers, online, or onsite.


 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:351615
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: getting back to indexing .cfm files

2012-06-19 Thread Robert Harrison

Yep. We use Google custom search all the time. It's easy. Why re-invent the 
wheel?

Robert Harrison 
Director of Interactive Services

Austin  Williams
Advertising I Branding I Digital I Direct  
125 Kennedy Drive,  Suite 100   I  Hauppauge, NY 11788
T 631.231.6600 X 119   F 631.434.7022   
http://www.austin-williams.com

Blog:  http://www.austin-williams.com/blog
Twitter:  http://www.twitter.com/austin_williams 


-Original Message-
From: Scott Stewart [mailto:webmas...@sstwebworks.com] 
Sent: Tuesday, June 19, 2012 12:01 PM
To: cf-talk
Subject: Re: getting back to indexing .cfm files


On 6/19/2012 11:42 AM, Russ Michaels wrote:
 Have you considered using google custom search. I have found it to 
 work well.

 Regards
 Russ Michaels
 On Jun 19, 2012 4:36 PM, Dave Watts dwa...@figleaf.com wrote:

 Here's my situation,
 I'm building a search module, one of the requirements is the ability 
 to index dynamically generated content from .cfm pages. The app is 
 built using Coldspring so I have a lot of 
 index.cfm?event=Xparam=y.. etc. They way that I understand Solr 
 to work is that it'll read the literal index.cfm page and index the 
 code on the page not the content.

 How could I go about indexing the rendered content..
 Use a crawler with Solr. Solr doesn't come with a crawler, but can be 
 used with crawlers, like Apache Nutch provides.

 Dave Watts, CTO, Fig Leaf Software
 http://www.figleaf.com/
 http://training.figleaf.com/

 Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA 
 Schedule, and provides the highest caliber vendor-authorized 
 instruction at our training centers, online, or onsite.


 



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:351616
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm