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
php search engine
Moderator: General Moderators
-
internet-solution
- Forum Contributor
- Posts: 220
- Joined: Thu May 27, 2010 6:27 am
- Location: UK
Re: php search engine
You have to be more specific than that, if you want others to help
Re: php search engine
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?