Code Monkey home page Code Monkey logo

Comments (10)

clb92 avatar clb92 commented on August 21, 2024 1

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:

  • Login for the web interface. Even HTTP Basic Auth would do. Scratch that, I'd forgotten how insecure that is...
  • Different views for search results. I would like a simple list as a display option.

from sist2.

simon987 avatar simon987 commented on August 21, 2024 1

@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)

from sist2.

simon987 avatar simon987 commented on August 21, 2024

It's having trouble connecting to Elasticsearch, make sure you have an instance running
For example:

docker run -d -p 9201:9200 \
	-e "discovery.type=single-node" \
	docker.elastic.co/elasticsearch/elasticsearch:7.4.2

and run with --es-url http://localhost:9201

In the next release I'll add a proper error message, I'm sorry about that

from sist2.

clb92 avatar clb92 commented on August 21, 2024

With --es-url http://localhost:9201 in all of the three sist2 commands?

from sist2.

simon987 avatar simon987 commented on August 21, 2024

With --es-url http://localhost:9201 in all of the three sist2 commands?

Sorry,
Only the web and index commands

from sist2.

clb92 avatar clb92 commented on August 21, 2024

Gotcha.
I still get "Indexed 0 documents" from the index command:

> docker run -it --network host -v /mnt/user/temp/sist2_indexes/:/indexes simon987/sist2:latest index /indexes/test_index --force-reset --es-url http://localhost:9201

Delete index <200>
Create index <200>
Close index <200>
Update settings <200>
Update mappings <200>
Open index <200>
Indexed   0 documents (0kB) <400>

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.
I have not been able to reproduce it.

from sist2.

simon987 avatar simon987 commented on August 21, 2024

That's very weird, if you don't mind, can you show me the contents of test_index ?

EDIT: Also, can you try with only one thread (-t 1)?

from sist2.

clb92 avatar clb92 commented on August 21, 2024

It seems to work perfectly every time with 1 thread!

from sist2.

simon987 avatar simon987 commented on August 21, 2024

That's odd, I'll try to see why that is the case when I have more time this week.
Thanks a lot for the help :)

from sist2.

clb92 avatar clb92 commented on August 21, 2024

I don't seem to encounter the problem any more. Haven't tested it super thoroughly though. Thanks!

from sist2.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.