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
Notice Pytorch Lightning Users: Pl Issue 249 Is In Fact A Non Issue Starting From Lightning 1.0. No Need For Any Special Loggers For The Time Being, Just The Usual 2 Lines And All The Logs Will Automagically Be Handled. More Info:

Notice Pytorch Lightning users: PL issue 249 is in fact a non issue starting from Lightning 1.0.

No need for any special loggers for the time being, just the usual 2 lines and all the logs will automagically be handled.

More info: https://github.com/PyTorchLightning/pytorch-lightning-bolts/issues/249#issuecomment-716863105

  
  
Posted 3 years ago
Votes Newest

Answers

595 Views
0 Answers
3 years ago
one year ago
Tags