0

Does PHP offer Lucene Cient API the way it offers Sphinx Client API ?

Considering I want to use with native PHP, not with any framework.

Jatin Dhoot
  • 4,294
  • 9
  • 39
  • 59
  • Maybe not an exact duplicate but ...related to http://stackoverflow.com/questions/2010663/lucene-with-php – VolkerK Jul 21 '11 at 11:59

1 Answers1

0

not that i know of, except that there is a pecl extension that you may use to query solr.. however, you need to install solr (which offers lucene indexes/searches as a webservice through a tomcat app server): http://us3.php.net/solr

other than that, i recently started using Zend_Lucene (i know you specifically say you dont want to use any framework, -and i'm not a fan of zf either-, but it seems to work ok)

marcelog
  • 7,062
  • 1
  • 33
  • 46