mirror of
https://github.com/RD17/ambar.git
synced 2026-04-25 07:25:55 +03:00
[GH-ISSUE #58] No mapping found for type [ambar_file_tag] #59
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#59
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 @jenkin on GitHub (Aug 5, 2017).
Original GitHub issue: https://github.com/RD17/ambar/issues/58
I updated my ambar to v1.0 and now file processing doesn't work, using web frontend nor api.
If I query the ES instance I can't find mapping for type
ambar_file_tag, so thehas_childquery failes.I also tried to update ambar again, but without results.
@sochix commented on GitHub (Aug 7, 2017):
Hi @jenkin! You need to reset your index to update Ambar and recrawl all the data.
sudo ./ambar.py reset@jenkin commented on GitHub (Aug 8, 2017):
Ok, I needed to run
sudo ./ambar.py uninstall(and maybe also restart docker daemon) and reinstall everything to have a working application. Now it works, thanks.