mirror of
https://github.com/RD17/ambar.git
synced 2026-04-25 15:35:49 +03:00
[GH-ISSUE #101] [Question] What is *.wt #101
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#101
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 @Sergei-Larin on GitHub (Nov 29, 2017).
Original GitHub issue: https://github.com/RD17/ambar/issues/101
Hi,
I had the files at /opt/ambar/db Collection-.wt and Index-.wt. Collections-*.wt are very much increased in size. What are these files and in what proportion they will grow, relative to the size of the shared folder?
And one more question:
Can the Ambar index files on user's computers from local network? E.g. \user-pc1\c$, \user-pc2\d$
@Sergei-Larin commented on GitHub (Nov 30, 2017):
Also I would like know can the Ambar download searched results in file?
@sochix commented on GitHub (Nov 30, 2017):
@Jaseri it's mongodb storage. In mongodb Ambar stores extracted from files text and (if preserveOriginals options is
true) the original files. Extracted text size ~ 30% of original file size. So to sum up, if preserveOriginals isfalsethen Ambar size will be ~ 30% of your share size, otherwise ~130%of your share sizeYes, take a look at SMB crawler in our blog
Do not understand the question
@Sergei-Larin commented on GitHub (Nov 30, 2017):
Thank's for answers!
Try to rephrase my questioin:
If I found the files I needed. Can I unload it list at .txt or other type?
@sochix commented on GitHub (Dec 3, 2017):
@Jaseri from ui not, but you can connect to our rest api and save the results to txt file