mirror of
https://github.com/RD17/ambar.git
synced 2026-04-25 15:35:49 +03:00
[GH-ISSUE #76] "defaultLangAnalyzer": "ambar_de" doesn't work #78
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#78
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 @TheGammelgalopper on GitHub (Sep 18, 2017).
Original GitHub issue: https://github.com/RD17/ambar/issues/76
Hi there,
first of all thank you for all the work that was put in here! This looks truly epic!
The installation was ok (some minor hiccups) but now I have a larger problem:
Changing the Language Analyzer to German somehow does not work...
I tried:
ambar_de
ambar-de
ambar_deu
After every change I restarted the service but it still says that the Language Analyzer would be English (WEB GUI -> Account).
Console output:
@isido993 commented on GitHub (Sep 18, 2017):
Hi!
After changing default lang. analyzer in your
config.jsonyou have to reset Ambar to apply changes:sudo ./ambar.py reset- this command will recreate the index with specified lang. analyzer.@TheGammelgalopper commented on GitHub (Sep 18, 2017):
Are you sure?
I just performed this command and Ambar is completely gone...
@isido993 commented on GitHub (Sep 18, 2017):
Yes, this command recreates your index.
@TheGammelgalopper commented on GitHub (Sep 18, 2017):
So I reinstalled Ambar? Because I could not start it anymore...
I then changed the language to "ambar_de" before starting it the first time and it worked!
Thx!