3

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

doydoy44
  • 5,720
  • 4
  • 29
  • 45
tamir
  • 3,207
  • 2
  • 33
  • 51

2 Answers2

5

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/

Jonathan Hendler
  • 1,239
  • 1
  • 17
  • 23
1

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

mguymon
  • 8,946
  • 2
  • 39
  • 61