RE: Indexing Binary Documents

2006-11-16 Thread Dave Watts
Because then I would get the document results separate from the data from the database. Currently, we index them separately, but that doesn't give us the whole thing together as one. If you store some common value that you can use as a key - for example, the name of your file in the

Indexing Binary Documents

2006-11-15 Thread Dave Phillips
Hi, 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

Re: Indexing Binary Documents

2006-11-15 Thread Ryan Stille
Dave Phillips wrote: Hi, 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

RE: Indexing Binary Documents

2006-11-15 Thread Andrew Tyrone
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

Re: Indexing Binary Documents

2006-11-15 Thread Dave Phillips
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 Andy, Because then I would get the