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
Hey All, We Are Considering To Set Up A Self-Hosted Clearml Server For Our Team And I’M Trying To Estimate Resources We Would Need For It. Is There Any Documentation About How Clearml Utilizes The Databases In It’S Architecture (Es, Mongo, Redis). What Da


Hi @<1661542585304354816:profile|CurvedKoala18> , in general ES is used for events and metrics, Mongo is used for administrative data and metadata, and redis serves mostly as memory cache

  
  
Posted 3 months ago
34 Views
0 Answers
3 months ago
3 months ago