Smile-SA / smile-magento-elasticsearch

Magento ElasticSearch Implementation
151 stars 90 forks source link

Debian + Magento 1.9.2.4 + Apache + ElasticSearch 2.4 #85

Closed danielr1979 closed 7 years ago

danielr1979 commented 8 years ago

I install smile's elasticSearch extention to Magento 1.9 but does not show detail for your configuration and does not show the option to search engine. No exception or error is generated. What I can do?

romainruaud commented 8 years ago

Hello @danielr1979 and thank you for trying our module.

How did you install it ? With modman ? Please give us more details.

Best regards,

danielr1979 commented 8 years ago

Hello

I copy all file in Smile's src folder into Magento's main folder, but it doesn't show anything in admin panel.

Can you help me please?

On Tue, Oct 11, 2016 at 3:42 AM, Romain Ruaud notifications@github.com wrote:

Hello @danielr1979 https://github.com/danielr1979 and thank you for trying our module.

How did you install it ? With modman ? Please give us more details.

Best regards,

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Smile-SA/smile-magento-elasticsearch/issues/85#issuecomment-252836634, or mute the thread https://github.com/notifications/unsubscribe-auth/AVszxrWmwrDrq4iL9a8ksmlxKKhyA4AMks5qyz3SgaJpZM4KS64a .

danielr1979 commented 8 years ago

Hi, i did it!

The problems was folder`s permisology. But now, when i try to index catalog search index, generate the following error: {"error":{"root_cause":[{"type":"index_creation_exception","reason":"failed to create index"}],"type":"illegal_argument_exception","reason":"Unknown TokenFilter type [phonetic] for [beidermorse_en]"},"status":400}

I have installed analysis-phonetic plugin..

What i can do?

sorry about my bad english

On Tue, Oct 11, 2016 at 9:41 AM, Daniel Rodriguez < drodriguez@tradercomusa.com> wrote:

Hello

I copy all file in Smile's src folder into Magento's main folder, but it doesn't show anything in admin panel.

Can you help me please?

On Tue, Oct 11, 2016 at 3:42 AM, Romain Ruaud notifications@github.com wrote:

Hello @danielr1979 https://github.com/danielr1979 and thank you for trying our module.

How did you install it ? With modman ? Please give us more details.

Best regards,

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Smile-SA/smile-magento-elasticsearch/issues/85#issuecomment-252836634, or mute the thread https://github.com/notifications/unsubscribe-auth/AVszxrWmwrDrq4iL9a8ksmlxKKhyA4AMks5qyz3SgaJpZM4KS64a .

romainruaud commented 8 years ago

Glad to here that you managed to install the module :)

Now it seems your are missing the required modules for ElasticSearch.

They are :

Did you launch the "install-es.sh" script ? It should install these modules. Please refer to the documentation about it : https://github.com/Smile-SA/smile-magento-elasticsearch/blob/master/doc/install.md

The script is made for Debian so it should do the trick for you.

If it does not work (since it has been written for an old version of Debian), you just need to reproduce what is done in the script.

If you need help, tell me, I'll write a quick guide about installing it manually.

Regards

danielr1979 commented 8 years ago

Hi,

Yes, I did. I launch the "install-es.sh" script and I have both plugin installed.. The ES service run perfect but the error persist when i try to launch the Magento's reindex. What can i do?

On Wed, Oct 12, 2016 at 2:33 AM, Romain Ruaud notifications@github.com wrote:

Glad to here that you managed to install the module :)

Now it seems your are missing the required modules for ElasticSearch.

They are :

  • analysis-phonetic
  • analysis-icu

Did you launch the "install-es.sh" script ? It should install these modules. Please refer to the documentation about it : https://github.com/Smile-SA/smile-magento-elasticsearch/ blob/master/doc/install.md

The script is made for Debian so it should do the trick for you.

If it does not work (since it has been written for an old version of Debian), you just need to reproduce what is done in the script.

If you need help, tell me, I'll write a quick guide about installing it manually.

Regards

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Smile-SA/smile-magento-elasticsearch/issues/85#issuecomment-253131058, or mute the thread https://github.com/notifications/unsubscribe-auth/AVszxhrxNkJmkbO_n-zK-reiOk8TVGWkks5qzH9TgaJpZM4KS64a .

romainruaud commented 8 years ago

Did you restart ES after installing the plugin ?

romainruaud commented 7 years ago

@danielr1979 any update about this one ?

romainruaud commented 7 years ago

I close this one due to inactivity.

@danielr1979 feel free to reopen it if you need more help.

Best regards,