> 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=X¶m=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

