Imagine there is an external system that contains data that should be indexed by MOSS 2007 and incorporated into the search. That system exposes the data via Web Services.
It's possible to crawl that data using the BDC, but what if you want to index the content of a word document that is stored:
- as a binary in that external system and potentially exposed as a field in the data
- referenced by some field and stored in the file system
How could we crawl the content of the document along with the metadata set for it in both scenarios? Any ideas?
Thank you in advance