-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't Use Smile on AWS Elastic Search Service #124
Comments
Hello @deepusnath . Not being able to install plugins, and prevented to use some ES operations is in fact a limitation of AWS, not of smile-magento-elasticsearch. AWS Elasticsearch is not a "real" Elasticsearch service since you are not able to customize it and cannot also run all standard ES operations : http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/aes-supported-es-operations.html There is no support for the termvector operation which is used by ElasticSuite to detect spellchecked requests. I close the issue since we consider us not responsible of a non standard ES implementation like is AWS one, and are not able to develop a workaround for it (required plugins are mandatory and the heart of this module, so does the termvector feature). BR |
I'm sorry, this is closed issue but I need to actualize this information. /_termvectors (Index only) I'm trying to install smile/elasticsuite on aws elasticsearch 5.5, after few minutes I've got "No alive nodes found in your cluster". Plugins: I use endpoint from AWS ES:
and
because endpoind supports https. |
Were you able to figure this out? I have the exact same problem. |
Hi! |
I am not using HTTPS, and I have port 80 in my URL. I will try to change it
to secure and set the port to 443
…On Mon, Apr 30, 2018 at 9:48 AM, Ksenia ***@***.***> wrote:
Hi!
Maybe here you can find an answer
Smile-SA/elasticsuite#851
<Smile-SA/elasticsuite#851> - (be carefull -
magento2)
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#124 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AWJVL_-7bfCSoIKuJvVBKvvlhLPYtaBIks5ttxYpgaJpZM4QpYT_>
.
|
just write 80 instead 443 and http instead https |
Yes, that is how I had it....still same error. I just tried with https and
443 and that doesnt work either.
…On Mon, Apr 30, 2018 at 9:56 AM, Ksenia ***@***.***> wrote:
just write 80 instead 443 and http instead https
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#124 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AWJVL3KsNgTUM7QgUrD1d0UQUN_629SAks5ttxgBgaJpZM4QpYT_>
.
|
curl works just fine for both
…On Mon, Apr 30, 2018 at 10:01 AM, David Keel ***@***.***> wrote:
Yes, that is how I had it....still same error. I just tried with https and
443 and that doesnt work either.
On Mon, Apr 30, 2018 at 9:56 AM, Ksenia ***@***.***> wrote:
> just write 80 instead 443 and http instead https
>
> —
> You are receiving this because you commented.
> Reply to this email directly, view it on GitHub
> <#124 (comment)>,
> or mute the thread
> <https://github.com/notifications/unsubscribe-auth/AWJVL3KsNgTUM7QgUrD1d0UQUN_629SAks5ttxgBgaJpZM4QpYT_>
> .
>
|
Is this how your config is set? array ( |
Elastic Service of Amazon would always be the preferable option for someone who have their website on AWS. As AWS Elastic Service doesn't allow to modify service configuration, plugins like "analysis-phonetic" and "analysis-icu" can't be installed there. This is a major limitation of smile-magento-elasticsearch that compel to go for alternate options. It will be better to have a workaround to make it available to existing Elastic Service of Amazon.
The text was updated successfully, but these errors were encountered: