ZF1 had a gread search lucene implementation. is there something similar for ZF2? I can’t find anything…
ZF1 had a gread search lucene implementation. is there something similar for ZF2? I
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It is part of ZendSearch and you’ll find it here https://github.com/zendframework/ZendSearch
If you drill down through the folders you’ll find Lucene, but you’ll probably need to install the whole thing following the instructions in the readme file on the first page I linked to.
Alternatively you can cd into your vendor directory and run:-
That will create the ZendSearch module and you can then add it to your modules list in application.config.php
Also see the Zend Framework package repository.