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

7 months ago
symphony-api-client-java Latest Upgrade details
symphony-api-client-java Latest Upgrade details
we are using the symphony-api-client-java maven depdency for our microservice to send the messages in the symphony client, and we found there is no update since 2021, how to upgrade this library or else any other way to acheive the same? @Yong Sheng Tan the above solution will work for spring boot 3.xx and java17?
we are using the symphony-api-client-java maven depdency for our microservice to send the messages in the symphony client, and we found there is no update since 2021, how to upgrade this library or else any other way to acheive the same?
#
#
7 months ago
Original
symphony-api-client-java Latest Upgrade details

we are using the symphony-api-client-java maven depdency for our microservice to send the messages in the symphony client, and we found there is no update since 2021, how to upgrade this library or else any other way to acheive the same?
#