views:

58

answers:

2

Instead of writing a PHP script from scratch, I wanted to know if there are any free scripts, plugins, or APIs out there that allow me to add a search box to my website to search only content on my site.

Google's free version is ad-supported, and I am looking for a clean, simple, and non ad-supported solution. Any ideas?

A: 

There are a number of these, one of them are sphider.

Gyuri
A: 

Check out the zend lucene extension. It provides a PHP interface to the open source Apache Lucene search engine.

Zend_Search_Lucene Documentation: http://framework.zend.com/manual/en/zend.search.lucene.html

Apache Lucene project: http://lucene.apache.org/java/docs/index.html

emmychan