On Mon, Dec 26, 2011 at 1:17 PM, HELP LINE <izod...@gmail.com> wrote:
> Does any know of a better static search engine that i can integrate to my
> static php html site. it should not be Google or yahoo bing.

A search engine cannot itself be static, since it has to process
variable user input. Though I guess you could generate its indexes as
part of a static build process.

Solr and Sphinx would be examples of FOSS search engines you could use:

http://lucene.apache.org/solr/

http://sphinxsearch.com/

--
Benjamin Hawkes-Lewis

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to