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
Getting The Following Error """Retrying (Retry(Total=232, Connect=240, Read=239, Redirect=240, Status=233)) After Connection Broken By 'Readtimeouterror("Httpconnectionpool"""


I see (on https://github.com/allegroai/trains/issues/126 ) that you got result code 400 from port 8008. This makes sense (when not sending anything to the server) it just tells you that it didn't get anything meaningful.

You should be able to get the same result if the proxy is configured correctly (and you send nothing in the message body).
And if the connection still times out, I would try using the proxy with a browser to 8008, and checking if you can get to the server at all using that proxy...

  
  
Posted 4 years ago
169 Views
0 Answers
4 years ago
one year ago