-->

Lucene Search in zf2

2019-07-01 19:52发布

问题:

Has the Lucene Search library been removed from the ZendFramework 2? because I can't find it here

回答1:

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/



回答2:

Looks like they have made it an optional component. It lives in its own repo now: https://github.com/zendframework/ZendSearch