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
Answered
Hi Everyone, I Saw A New Entry In Docker-Compose:

Hi everyone,
I saw a new entry in docker-compose: async_delete
Can someone tell me, what this is for (there seems to be not documentation or pull request) and how it relates to the fileserver? (I use MinIO only, so do I even need this entry in my docker-compose.yml?)

  
  
Posted one year ago
Votes Newest

Answers 2


Perfect, just what I always wanted. Looking forward to the MinIo version. Thank you:)

  
  
Posted one year ago

Hi ReassuredTiger98 , this is a component that supports server-side delete for experiment artifacts, debug images etc. In the current version, it only supports deleting data stored in the fileserver. In future versions we will add support for other types of external storage (this would of course require the server to be configured with appropriate credentials)

  
  
Posted one year ago