Arama indeksi php ve kümelenmiş postgresql ile kullanılması gerektiğini

1 Cevap php

Kümelenmiş bir şekilde dizin belgelerin bir çok isterseniz arama dizini kullanılması gereken bir PHP uygulama yazarken. Işi yapmak için basit bir kütüphane var mı? Php için Lucene gibi bir şey var mı?

1 Cevap

Lucene ve PHP hakkında var olan Zend_Search_Lucene , which is part of the Zend Framework (Which means well tested, well supported, well programmed, quite well documented... But might also means some work if you want to use it without the rest of the framework...).

Doc alıntı, unutmayın:

Zend_Search_Lucene is a general purpose text search engine written entirely in PHP 5. Since it stores its index on the filesystem and does not require a database server, it can add search capabilities to almost any PHP-driven website.

Hangi PHP daha başka bir şey bağlı değilsiniz demektir - çok güzel olabilir.