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
Answered
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?

  
  
Posted 7 months ago
Edited 7 months ago
  
  

@Yong Sheng Tan the above solution will work for spring boot 3.xx and java17?

Muhamed Hakkim   5 months ago Report
Votes Newest

Answers


Please review the migration guide here: https://symphony-bdk-java.finos.org/migration.html

It is also useful to get a good understanding of the capabilities of BDK 2.0 as some concepts did not exist in the old SDK.
Getting Started: https://docs.developers.symphony.com/bots/getting-started/bdk
Reference: https://docs.developers.symphony.com/dev-tools/bdk-java

  
  
Posted 7 months ago
Yong Sheng Tan
39 × 2 Administrator
2K Views
2 Answers
7 months ago
7 months ago