-
Notifications
You must be signed in to change notification settings - Fork 55
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
Intermittent Multi-threading bug with small folders #3
Comments
It's having trouble connecting to Elasticsearch, make sure you have an instance running
and run with In the next release I'll add a proper error message, I'm sorry about that |
With |
Sorry, |
Gotcha.
It seems like the scan has some problems. I've tried running it maybe 20 times by now, trying different things and combinations, and the best I got (seemingly randomly?) was that it found 2 of the 3 .txt files (and none of the .png files) and successfully indexed them and showed them in the web UI. |
That's very weird, if you don't mind, can you show me the contents of EDIT: Also, can you try with only one thread ( |
It seems to work perfectly every time with 1 thread! |
That's odd, I'll try to see why that is the case when I have more time this week. |
No, I thank you for your help! I'm so hyped for this tool. Lately, I've been using Everything Search running under Wine in an Ubuntu VM with network shares mounted, so that I could search all my files a central place. It was not a good, stable, fast or pretty solution... This tool is going to change that :-) I do have some feature requests for the future:
|
@clb92 Please let me know if the v1.1.8 release fixed that issue (As an aside, you should not set too many threads, especially if you're working with hard drives) |
I don't seem to encounter the problem any more. Haven't tested it super thoroughly though. Thanks! |
I have the two following directories created
Files I want indexed:
/mnt/user/projects/test/
Location of indexes:
/mnt/user/temp/sist2_indexes/
The
sist2_indexes/
directory is initially empty.Here's an
ls
of thetest/
directory with the files to be indexed:I run the following Docker commands
Scan
Index
Already here it seems something has gone wrong, since it says "Indexed 0 documents".
Web
The web interface comes up as expected on port 8888, and the index "test_index" shows up in the "Search in indices" list, but no files show up and searching doesn't do anything.
What am I doing wrong here?
The text was updated successfully, but these errors were encountered: