Nadjib Mami
Nadjib Mami

Reputation: 5830

Use Lucene in PHP

I'm wondering how can I use Lucene for searching and indexing with PHP, Google said that I can do so just if It will be through Zend framework, this latter unlikely does not present in my dictionary, I use standard PHP, can I use Zend just for get Lucene work on my site for indexing my e-books? I'm using Netbeans 6.8 for information, and I found this word 'Zend' (all what I know about is his name ^^) in somewhere on Netbeans options. Really can't understand what some sites suggest, please help! and give me the simplest way to get started and then I'll take the wheel! Thanks in advance, Regards!

Upvotes: 0

Views: 500

Answers (2)

datasage
datasage

Reputation: 19573

Either use Sphinx or Lucene/Solr directly. Zend_Lucence works OK for small projects, but is not as fast as Sphinx or Solr.

Upvotes: 0

k_b
k_b

Reputation: 2490

Solr has a REST API which could be used from PHP, or any language for that matter.

Upvotes: 1

Related Questions