Dave Watts wrote: > > I don't think this is directly possible. However, there's no reason why you > couldn't index your files and your database content separately. Then, when > someone searches, have them query both collections, and go through the > results and match your database entries to your file entries, then present > them as if they were a single set of search results. You'd need to store the > file path and name in the database to do this easily, I think. >
The problem with this method is that you cannot effectively sort your results according to the Verity "score". The results from each collection would have their own score, and I don't think it would be as simple as combining scores from each matching result. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:256554 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

