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
Question About Task Logging With Elasticsearch: Currently, The Document Created By The Clearml Task Looks Like In The Attached Image. I Want To Add Option For Adding Custom Fields (Like Task Name And Parent Task Name) When Logging A Task, For Easier Filte

Question about task logging with elasticsearch:
currently, the document created by the clearml task looks like in the attached image. I want to add option for adding custom fields (like task name and parent task name) when logging a task, for easier filtering. can you point me to the point in code where this structure is defined?
image

  
  
Posted 2 months ago
Votes Newest

Answers


Answered in

  
  
Posted 2 months ago