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

Server-sent events
Server-sent events
Hi, is there a working example of Server-sent events available please? I see some limited documentation here: https://docs.developers.symphony.com/developer-tools/developer-tools/bdk-2.0/bdk-1.0/bot-sdk#real-time-events And the BDK generator (symphony-bfk-cli --bot) creates a Java project with classes called SimpleEventPublisher (extending SsePublisher), however I cannot see in that project how to invoke the sending of an event. The corresponding extension app template (symphony-bdk-cli --app) does not appear to have an example which connects to the server project. Any help you can provide would be appreciated!
Hi, is there a working example of Server-sent events available please? I see some limited documentation here: https://docs.developers.symphony.com/developer-tools/developer-tools/bdk-2.0/bdk-1.0/bot-sdk#real-time-events And the BDK generator (symphony-bfk-cli --bot) creates a Java project with classes called SimpleEventPublisher (extending SsePublisher), however I cannot see in that project how to invoke the sending of an event. The corresponding extension app template (symphony-bdk-cli --app) does not appear to have an example which connects to the server project. Any help you can provide would be appreciated!
#bdk-1-0 #server-sent-events
#question
2 years ago
Original
Server-sent events

Hi, is there a working example of Server-sent events available please? I see some limited documentation here: https://docs.developers.symphony.com/developer-tools/developer-tools/bdk-2.0/bdk-1.0/bot-sdk#real-time-events And the BDK generator (symphony-bfk-cli --bot) creates a Java project with classes called SimpleEventPublisher (extending SsePublisher), however I cannot see in that project how to invoke the sending of an event. The corresponding extension app template (symphony-bdk-cli --app) does not appear to have an example which connects to the server project. Any help you can provide would be appreciated!
#question