Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Unanswered
Yo Guys, I'M Getting


OK, so first of all let's go over some basic stuff. I assume you're running Trains Server on some remote machine (i.e. not localhost), I also assume you can SSH to that machine... I also assume you're using docker-compose to run the server. In the server's console, can you try to:
Run sudo docker ps and see if the trains-fileserver docker container is up (and not restarting every few seconds) - its uptime should be roughly the same as that of the trains-apiserver or any of the other containers. Run curl http://localhost:8081 from the server's machine and see whether you get an error and not a timeout Open bash inside the trains-fileserver docker container using sudo docker exec -it trains-fileserver /bin/bash and try running curl http://localhost:8081 there, and see whether you get an error and not a timeout

  
  
Posted 3 years ago
97 Views
0 Answers
3 years ago
one year ago