> We have binary documents that we want to index (e.g. Word, 
> Excel, Powerpoint, PDF, etc.) and we know we can index them 
> with verity using the cfindex type=file attribute.  However, 
> we want to index their content along with other content from 
> our database.  So, we are looking at extracting the indexable 
> text from these binary documents, putting into a query along 
> with the other text we want to index, and then indexing THAT 
> query with CFINDEX.

I might be missing something here, but why not just have separate
collections and use cfsearch on the ones you want to return as one search
result set?  You can specify multiple collections to search within the
collection attribute of the cfsearch tag.

Andy



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:260568
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to