egeloen / IvoryLuceneSearchBundle

Provides a Zend Lucene Search integration for your Symfony2 project.
MIT License
29 stars 11 forks source link

lucene search implementation in core php #7

Closed avinash0 closed 10 years ago

avinash0 commented 10 years ago

I want to implement lucene search in core php. I have added lucene search api from http://sourceforge.net/projects/luceneapi/?source=navbar and added it to root of project. Then I add the following

require_once 'Zend/Search/Lucene.php';

But the program outputs the following error

Interface 'Zend_Search_Lucene_Interface' not found in C:\xampp\htdocs\CommunicationApp\Zend\Search\Lucene.php on line 88.

Any ideas?

egeloen commented 10 years ago

Closing as it is not related to the bundle.