Here is the situation: We want to index the resumes for searching. For each
resume, the physical resume is located in a file share, and there is a
corresponding row in a sqlserver 2005 database table with other information
about the resume, such as the job seeker'first name, last name, the resume
location (pointing to the file share), email address, current company name etc.
For searching, we would like to have full text search and fielded search too,
such as by last name, current company name etc.
We know that MOSS can index a file share, but how do we combine the info in the
file share and the database together for indexing and searching?