Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

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

New Here ,
Oct 03, 2014 Oct 03, 2014

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?

TOPICS
Advanced techniques
290
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guide ,
Oct 03, 2014 Oct 03, 2014
LATEST

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources