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
Given These Are Settled.. Another Question I Have Is About The Job Scheduling Based On Cron Style.. E.G. Run Training Every Night At 2 Am Etc.

given these are settled.. another question i have is about the job scheduling based on cron style.. e.g. run training every night at 2 AM etc.

  
  
Posted 3 years ago
Votes Newest

Answers 2


Plan is to have it out in the next couple of weeks.
Together with a major update in v0.16

  
  
Posted 3 years ago

Meanwhile you can just sleep for 24hours and put it all on the services queue. it should work 🙂
Example here:
https://github.com/allegroai/trains/blob/master/examples/services/cleanup/cleanup_service.py

  
  
Posted 3 years ago
618 Views
2 Answers
3 years ago
one year ago
Tags