egeloen / IvoryLuceneSearchBundle

Provides a Zend Lucene Search integration for your Symfony2 project.
MIT License
29 stars 11 forks source link

Installation with composer #4

Closed azine closed 10 years ago

azine commented 11 years ago

Hi,

I looked at your bundle and I am keen to using it for my web site.

Do you also have instructions how to install it with composer?

The zend lucene search is now a separate component ( https://github.com/zendframework/ZendSearch ) and the files are in the ZendSearch namespace. :-(

Can you help me getting you bundle running with the current codebase?

Thanx a lot in advance &

best regards, Dominik

lionelbzv commented 11 years ago

Could we have some docs about how to make a proper install using SF2.3 & composer?

egeloen commented 11 years ago

Will fix that the next week.

azine commented 11 years ago

I chose to go for the https://github.com/excelwebzone/EWZSearchBundle as I didn't get any response for quite a long time.

Works perfectly fine for me, and I forked it to add the capability to have multiple search indices, see my pull-request (https://github.com/excelwebzone/EWZSearchBundle/pull/2).

lionelbzv commented 10 years ago

@egeloen what's up, do you think you have time to fix this soon?

@azine thanks for your alternative solution

egeloen commented 10 years ago

I have started to refactor the bundle in order to allow to install it through composer & at the same time, fix the namespace issue. Anyway, it is more complicated than I think as basically, there is no official zend search package on composer & I have not notice the namespace change... I think I will be able to finish it before the end of the week.

lionelbzv commented 10 years ago

@egeloen what's up?

egeloen commented 10 years ago

I'm on it, the lib is fixed, I'm currently fixing the test suite & the doc needs some love...

lionelbzv commented 10 years ago

Hi there! @egeloen what's new? Hope you will finish soon now! ;)

lionelbzv commented 10 years ago

@egeloen could you please release your lasts works so I could work on most recent version, thanks

egeloen commented 10 years ago

Here we are! I just merged my work in master. I have refactored the doc too in order to explain how you should install the bundle through composer. Enjoy!

@StudioEcho Can you tell me if all works as expected then I will tag a release?

lionelbzv commented 10 years ago

Thanks a lot for your work, I'll try a plug with your bundle this week and tell you if it works as expected.

lionelbzv commented 10 years ago

First try is fine for me.

Two minors remarks for your doc:

Thanks again for your work.

egeloen commented 10 years ago

@StudioEcho Thx for your feedback. I'm on it!

egeloen commented 10 years ago

I just push a553ef5758f50f282d94108d85d204d69fa88422 which fixes your two points :) Basically, it is a doc issue, the option is max_merge_docs and not max_merged_docs...