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
Unanswered
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 11 months ago
Votes Newest

Answers

7K Views
0 Answers
11 months ago
4 months ago