php search engine

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
fredass
Forum Newbie
Posts: 12
Joined: Tue Apr 06, 2010 4:18 pm

php search engine

Post 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
internet-solution
Forum Contributor
Posts: 220
Joined: Thu May 27, 2010 6:27 am
Location: UK

Re: php search engine

Post by internet-solution »

You have to be more specific than that, if you want others to help
fredass
Forum Newbie
Posts: 12
Joined: Tue Apr 06, 2010 4:18 pm

Re: php search engine

Post 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?
Post Reply