Reputation: 5830
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
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