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")
Escape special characters +-&|!(){}[]^"~*?:\ - 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
Back to post

Revisions 2

one year ago
Lucas Reeh
108 × 4 Administrator
Subatomic App Production Scheduler Batch Job runs twice
Subatomic App Production Scheduler Batch Job runs twice
This is a common and widespread "problem" in scaled applications. There are thousand of solution, so there is no "right" answer for this. As a hint there is a feature when using quartz which is common and documented with quarkus: https://quarkus.io/guides/quartz So it is up to you to read up on other solutions and find a fit for your case :)
This is a common and widespread "problem" in scaled applications. There are thousand of solution, so there is no "right" answer for this. As a hint there is a feature when using quartz which is common and documentet with quarkus: https://quarkus.io/guides/quartz So it is up to you to read up on other solutions and find a fit for your case :)
one year ago
Original
Lucas Reeh
108 × 4 Administrator
Subatomic App Production Scheduler Batch Job runs twice

This is a common and widespread "problem" in scaled applications. There are thousand of solution, so there is no "right" answer for this. As a hint there is a feature when using quartz which is common and documentet with quarkus: https://quarkus.io/guides/quartz So it is up to you to read up on other solutions and find a fit for your case :)