HTTP search class
Posted: Mon Jan 30, 2006 12:07 am
Need a class which returns a list of URL's, alongside relevance, etc...
The catch is...I need it to work like a "real" search engine...starting at a specified directory or file and scanning all crawling the site, excluding files & directories specified in a config file...
And no, Google API won't work...
Also needs to be implemented in strictly PHP...and can't rely on MySQL FULLTEXT search...
PHPDig doesn't sound like a very good option...for one...cuz it returns a formatted list of results...as opposed to a generic array which I can then use and format the results accordingly....and it seems to reply on MySQL heavily...I dunno what they mean by Flat file support....cuz I couldn't find anything in the docs about how to use that instead of SQL...
In anycase...am I dreaming??? Or is somehting available???
Cheers
The catch is...I need it to work like a "real" search engine...starting at a specified directory or file and scanning all crawling the site, excluding files & directories specified in a config file...
And no, Google API won't work...
Also needs to be implemented in strictly PHP...and can't rely on MySQL FULLTEXT search...
PHPDig doesn't sound like a very good option...for one...cuz it returns a formatted list of results...as opposed to a generic array which I can then use and format the results accordingly....and it seems to reply on MySQL heavily...I dunno what they mean by Flat file support....cuz I couldn't find anything in the docs about how to use that instead of SQL...
In anycase...am I dreaming??? Or is somehting available???
Cheers