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
Profile picture
TriteSpider3
Moderator
1 Question, 1 Answer
  Active since 24 May 2024
  Last activity 3 months ago

Reputation

0

Badges 1

Eureka!
0 Votes
3 Answers
371 Views
0 Votes 3 Answers 371 Views
3 months ago
0 Hi, Guys! Encountered Strange Behavior. My Task Has Been Completed( De Facto ( I Can Clearly See That Code Inside The Task Has Been Executed)), But The Next Step In The Pipeline Didn'T Start+ The Task Is Still In The Running Process(De Jure) . I Have A Su

Thanks for your reply. As far as I understand in your case, you have a problem with running the pipeline and finding a task in the queue. In my case, the pipeline is running and the task is running, but the task is not completed when all the calculations are done. It is just stays in running mode forever...

3 months ago