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
Hello Everyone, I'M Trying To Transfer Datasets From One Server To Another. Since In The Old Format The Server Was Deployed In K8S And In The New One In Docker Compose, Unfortunately, The Data Storage Format Is Different And You Cannot Directly Copy The M

Hello everyone, I'm trying to transfer datasets from one server to another. Since in the old format the server was deployed in k8s and in the new one in docker compose, unfortunately, the data storage format is different and you cannot directly copy the meta date from one storage to another. Must be transferred manually. Are there any examples of how to transfer data from one remote server to another in a simplified mode?

Remote_server_v1 -> local -> Remote_server_v2

  
  
Posted 6 months ago
Votes Newest

Answers


Hi @<1524560082761682944:profile|MammothParrot39> , datasets are represented by tasks, and in both cases this data is stored in MongoDB, so the format is actually the same - what exactly were you trying to copy?

  
  
Posted 6 months ago
394 Views
1 Answer
6 months ago
6 months ago
Tags
Similar posts