<div>Hi All</div>
<div>I am using Drupal 6.26.</div>
<div> </div>
<div>Basically I am trying to develop a site where users can come and register their resumes .</div>
<div>Recruiters can serach profiles with certain keywords and select the right profiles.</div>
<div> </div>
<div>While users register profile, they might have entered skill set in a text field, that is stored in tables.</div>
<div>Also users upload their resumes.</div>
<div> </div>
<div>Now I am looking at how can do efficient searh both from tables , as well as from resume file content.</div>
<div> </div>
<div>Search from skill set stored in tables</div>
<div>--------------------------------------------------------------</div>
<div>Probably here, I can have integer IDs corresponding to skill sets, and skill sets can be stored in integer format (1 skill for 1 user in 1 row in a table), </div>
<div>I can probably develop some PHP code to do database query to get the required profiles.</div>
<div> </div>
<div>Search in resume file content</div>
<div>---------------------------------------------------------------</div>
<div>The resume may be a .doc or .txt or .docx or .pdf file. How can I search the file contents, is there any module available to do that. Or I need to use PHP code to dig into files , read the content and search.</div>
<div> </div>
<div>I read about apachesolr module, just want to take experts opinion before I proceed to use apachesolr for file search content.</div>
<div>Also I read about sphinx.</div>
<div> </div>
<div>Kindly guide me for both the case, searching skills sets from tables , and searching skill sets from file contents, what are best methods available today.</div>
<div> </div>
<div>Best Regards</div>
<div>Kamal</div>
<div>NECS, Bangalore</div>
<div> </div>
<div> </div>