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..