[Phpwm] Site search recommendations

David Goodwin david at codepoets.co.uk
Tue Nov 25 10:12:41 UTC 2008


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Mike Tipping wrote:
> I need to add an internal site search to a site I'm currently working on.
> 
> Does anyone have any favourites or recommendations of what to use?


Zend_Search_Lucene will work well - but it's not very fast, and doesn't
scale that well. I used it on one project, and in retrospect wish I
hadn't bothered.

If you want to put a lot of data in it, or need speed, I'd suggest you
use one of the various standalone indexing tools like xapian, sphinx or
the java version of lucene - these will have a long running process and
will provide far better performance.

David.

- --
David Goodwin

[ david at codepoets dot co dot uk ]
[ http://www.codepoets.co.uk       ]
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFJK8+T/ISo3RF5V6YRAqsdAKCpIdU9zXcuKcmABJh7HMQI4B/xugCfRdmh
BQskpN7DbMnO2pUPuOUx55g=
=kJra
-----END PGP SIGNATURE-----



More information about the Phpwm mailing list