Has the Lucene Search library been removed from the ZendFramework 2? because I can't find it here
相关问题
- Why does recursive submodule update from github fa
- How to pass options/params to formCollection field
- Compress html output from zend framework 2
- zend smtp mail crashes after 100+ mails
- 404 HTTP errors not being rendered in JSON using Z
相关文章
- Zend Framework 2 Forms Array notation for drop dow
- CakePHP with Lucene
- Use spiffy navigation with zfcrbac module
- Does Zend Lucene need Java Lucene?
- Best practice to call another controller action fr
- How to use Zend Service Amazon?
- Difference between init() and onBootStrap() in Zen
- Does Zend Framework 2.0 leave out the amazon s3 li
UPDATE:
It has it's own repo here: https://github.com/zendframework/ZendSearch
I couldn't find it. I wonder if it is interoperable with the previous version of the library. I also noticed that it was present in 1.9, but I don't see 1.9 available for download.
There was work being done in the 2.0 branch here: https://github.com/Maks3w/zf2/commit/9796a6ff1f4fe71048b4f083f7ec746f4442e7dd This refers to Lucene changes: http://framework.zend.com/wiki/display/ZFDEV2/BC+Breaks
More work here: https://github.com/zendframework/zf2/pull/40/commits
Don't see it here: http://modules.zendframework.com/
Looks like they have made it an optional component. It lives in its own repo now: https://github.com/zendframework/ZendSearch