mirror of
https://github.com/RD17/ambar.git
synced 2026-04-25 23:45:50 +03:00
[GH-ISSUE #201] Question: Why are you using ES 5.6? #196
Labels
No labels
$$ Paid Support
bug
bug
enhancement
help wanted
invalid
pull-request
question
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ambar#196
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @AyKarsi on GitHub (Nov 24, 2018).
Original GitHub issue: https://github.com/RD17/ambar/issues/201
.. and any plans to upgrade to 6.x?
Great tool btw!
@sochix commented on GitHub (Dec 6, 2018):
@AyKarsi what features did you miss? why we should update es to 6.x?
@DragonPulse commented on GitHub (Dec 8, 2018):
had difficulties in ambar/ambar-es
not able to start that docker , everything looks good
@AyKarsi commented on GitHub (Dec 9, 2018):
@sochix was a question out of curiosity. I'm not missing any features.
@isido993 commented on GitHub (Dec 20, 2018):
@DragonPulse Take a look at https://ambar.cloud/docs/installation/#set-up-your-environment
@isido993 commented on GitHub (Dec 24, 2018):
@AyKarsi "elasticsearch-analysis-morphology" plugin does not support 6.x. So we can't directly switch to 6.x since we'd have to modify our russian lang. analyzer and switch it to Hunspell token filter. This requires additional tuning and testing. We'll do it in future, but not now.