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
Pulling up the messages in the room posted before bot was added in the room


Thanks Kaosar,

Get Messages REST API is worked.

  
  
Posted one year ago
  
  

Hi Team,

GET Get Messages REST API endpoint (https://developers.symphony.com/restapi/reference/messages-v4) API is working fine for resendly created room.
But when we try to pull messages from older room, we are getting SocketTimeoutException

ERROR:
javax.ws.rs.ProcessingException: java.net.SocketTimeoutException: Read timed out
at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:531) ~[jersey-apache-connector-2.33.jar!/:na]
at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:297) ~[jersey-client-2...

Vaibhav Mankar   one year ago Report
399 Views
0 Answers
one year ago
one year ago