cfsearch file names

5 views
Skip to first unread message

Steel Valor

unread,
Mar 7, 2018, 1:31:23 PM3/7/18
to Central New York ColdFusion Users Group
Hi,

 I have a new job so my CF is wicked rusty now. I'm doing switching and wifi. So I have a basic cfsearch on CF10 that is just indexing the contents of pdfs and docs. Is there a way to include the filename in the index? The reason being that some of the PDFs are scans of text... not actual text, but they still want to be able to search on them. The filename would be my only option.

<cfindex
                collection="#IndexCollection#"
                action="refresh"
                type="PATH"
                key="#IndexDirectory#\"
                extensions=".pdf,.doc"
                recurse="no"
                language="english">

Thanks for any tips
Reply all
Reply to author
Forward
0 new messages