Skip to main content
Participant
October 3, 2014
Question

Is it possible to create and then search a collection from within a coldfusion ap?

  • October 3, 2014
  • 1 reply
  • 328 views

Is possible to search a database to limit the number of pdf's to search -- then use the output from the search to create a collection index it and then keyword search the new collection all within one coldfusion ap?

This topic has been closed for replies.

1 reply

Carl Von Stetten
Legend
October 3, 2014

Yes, that appears to be possible.  You'd query the database for the list of PDFs, then loop through the query results and use CFINDEX to index individual documents into your search collection.

-Carl V.