From: projectproofing on
Here is the situation. I am working at a University that uses Blue Dragon 7
(about CF 6.1). I need to add search capabilities to search the text on pages
and return the results. Since it is BD, I don't have verity, cfcollection,
cfsearch, etc. Is there a tag capable of reading text on a page when then I can
use to search with? Even if it just can read the text on the page and then make
it available to either insert into a database for search later or use for a
QofQ.

Thanks for any information.

From: projectproofing on
I guess something like <cffile action="read" file="C:\docs\shopping.html" variable="shoppingList">. Is there a way to do multiple files at once?
From: aRs3N1c42 on
On Apr 9, 11:01 am, "projectproofing" <webforumsu...(a)macromedia.com>
wrote:
> I guess something like <cffile action="read" file="C:\docs\shopping.html" variable="shoppingList">. Is there a way to do multiple files at once?

Have you looked into Lucene?
http://lucene.apache.org/java/docs/

I worked on a project several years ago where we used Lucene for full
text indexing. I wasn't directly responsible for the Lucene
integration so I'm unable to answer any specific questions about it.
Sorry.