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
Setting up Symphony API server

Hi All,

We are looking for some help here on where to start from if we want to setup Symphony API server of our own.

Would really appreciate if you could provide some leads.

We have already checked this link:

https://symphony-bdk-java.finos.org/getting-started.html

But it seems it is talking about creating a BOT application here i.e. a client application.

We are looking for BDK API server setup which other bot applications can connect to as clients

Thanks and Regards,

Mani

  
  
Posted 4 months ago
Votes Newest

Answers

3K Views
2 Answers
4 months ago
one month ago