Hi,
We are planning on implementing a keyword search feature for some documents that we have stored on a fileserver. The problem is, we have metadata about those documents (author, title, year published, etc) stored in a seperate database. The files themselves have a key number embedded in them, and that key number is also the key of the file's associated DB record.
Question 1: Can you index databases and associate the resulting metadata with the documents at crawl time?
Question 2: The key numbers are embedded in the documents using the NTFS alternate filestream (aka. the custom propertes storage interface). Can you index information stored in this way?
Thanks!
We are planning on implementing a keyword search feature for some documents that we have stored on a fileserver. The problem is, we have metadata about those documents (author, title, year published, etc) stored in a seperate database. The files themselves have a key number embedded in them, and that key number is also the key of the file's associated DB record.
Question 1: Can you index databases and associate the resulting metadata with the documents at crawl time?
Question 2: The key numbers are embedded in the documents using the NTFS alternate filestream (aka. the custom propertes storage interface). Can you index information stored in this way?
Thanks!