0
Using database and file results in search collection
Explorer
,
/t5/coldfusion-discussions/using-database-and-file-results-in-search-collection/td-p/356942
Apr 21, 2008
Apr 21, 2008
Copy link to clipboard
Copied
I have a document management application that contains data
about PDF documents in a database with a reference to the file name
to access the PDF, like:
id Name Number URL
1 Doc Title 1 100-199 100-199.pdf
2 Doc Title 2 100-287 100-287.pdf
We currently search on the name and number from the database, but users want to search the contents of the PDF as well. The name and number are inside the PDF, but there is no metadata to return clean search results.
Is there a way to combine the database query collection with the file search collection to create a single, searchable collection without manipulating the PDF files?
Tags: cfsearch, cfcollection, cfindex, verity
id Name Number URL
1 Doc Title 1 100-199 100-199.pdf
2 Doc Title 2 100-287 100-287.pdf
We currently search on the name and number from the database, but users want to search the contents of the PDF as well. The name and number are inside the PDF, but there is no metadata to return clean search results.
Is there a way to combine the database query collection with the file search collection to create a single, searchable collection without manipulating the PDF files?
Tags: cfsearch, cfcollection, cfindex, verity
TOPICS
Advanced techniques
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Engaged
,
LATEST
/t5/coldfusion-discussions/using-database-and-file-results-in-search-collection/m-p/356943#M32012
Oct 26, 2009
Oct 26, 2009
Copy link to clipboard
Copied
Hi,
I'd like to do this also, is this possible?
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

