Page 1 of 1

php search engine

Posted: Sun Jun 13, 2010 12:32 pm
by fredass
Hi,
I need to make searches in document content and as a result I need to get list of those documents. As I understand it has to be made with php/mysql and indexation. Are there any already written search engines that I could use in my project or maybe you could share few links that could help me.

Thanks

Re: php search engine

Posted: Sun Jun 13, 2010 5:34 pm
by internet-solution
You have to be more specific than that, if you want others to help

Re: php search engine

Posted: Mon Jun 14, 2010 3:05 am
by fredass
There are about 23 000 various documents on server. I need to write code that can search for given words in those documents. Results has to be displayed based on the matches found. The search time has to be quite fast so what is the best way to complete this task? Maybe you need more info?