On Sun, Sep 24, 2006 at 08:41:21AM -0700, Philippe A. wrote:
> I am working on a small web resume searching tool. Each candidate is
> represented in a db. The candidate info points to the resume filename. I am
> using swish to index and search resumes. When it returns search results, I
> need to know to which candidate each document belongs. Is there a way I can
> join the candidate_id along the indexed documents? I thought an indexing
> option would allow me to do that, as I've seen this in other products
> (Zend_Search to name it).
Not sure I follow. You want to do a full-text search on the resume
and then look up the related candidate in the database for each
search result?
select * from candidate where resume_file = ?
--
Bill Moseley
moseley@hank.org
Unsubscribe from or help with the swish-e list:
http://swish-e.org/Discussion/
Help with Swish-e:
http://swish-e.org/current/docs
swish-e@sunsite.berkeley.edu
Received on Sun Sep 24 08:56:19 2006