Reputation: 5830
I decided to use Zend Lucene to search for keywords into my .pdf and .doc files, but really need a push, the documentation available from the official site is higher a bit from a big newbie like me.
May I find a volunteer that give me first steps to get started, just three or four first steps will be highly appreciated!
For information: I'm using standard PHP and Netbeans 6.8 as an IDE, zero experience with Zend Framework.
Accept my Regards! Dany90.
Upvotes: 0
Views: 239
Reputation: 19563
You can include just the parts of the framework you need. You wont need to use the entire stack.
The best place to get started is here: http://framework.zend.com/manual/en/zend.search.lucene.html
Upvotes: 1