0

Is it possible to query an Index made with Lucene.NET through a PHP front-end? I've heard about Zend_Search_Lucene but not sure whether it can do the job or not.

Ali
  • 1,648
  • 2
  • 26
  • 48

1 Answers1

1

The currently supported Lucene index format versions in Zend_Search_Lucene are 1.4 - 2.3.

Ali
  • 1,648
  • 2
  • 26
  • 48