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")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, 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

Questions with tag java

Questions with tag java

Tags
Sorting
Results
per page
0 Votes
1 Answers
23 Views
0 Votes 1 Answers 23 Views
Say i have a string array of names and have passef it into the form.Wanted to use the person-selector option with other tags in forms so that it could show o...
0 Votes
1 Answers
56 Views
0 Votes 1 Answers 56 Views
say i have a set in java whose length is not fixed and it changes with time, who do we pass this set into the form and use it to display those set values as ...
0 Votes
1 Answers
608 Views
0 Votes 1 Answers 608 Views
Hi, I have to list all system features(/v1/admin/system/features/list that endpoint). Is there any service in java BDK to do that? If not how I may achive th...
11 months ago
0 Votes
1 Answers
685 Views
0 Votes 1 Answers 685 Views
Does BDK support creating multiple Bot connections from spring boot container? 2. Any concerns around using BDK instance per AsyncExecutor. i.e setting the A...
0 Votes
1 Answers
646 Views
0 Votes 1 Answers 646 Views
Hi, I am tring to create a bean of SymphonyBdk class however during initialization I am getting below exception: > Caused by: com.symphony.bdk.http.api.ApiEx...
0 Votes
1 Answers
647 Views
0 Votes 1 Answers 647 Views
Hi, I have created a room and want to upate it from my bot. I am trying to use V2RoomSearchCriteria to search my room first then retrieve roomId to further u...
one year ago
1 Votes
1 Answers
610 Views
1 Votes 1 Answers 610 Views
I would like to create a bot that sends "/data.csv" to a bot, attaches a data.csv file and replies. can you tell me. I'm using SpringBoot BDK Java.
0 Votes
1 Answers
558 Views
0 Votes 1 Answers 558 Views
Does BDK 2.0 (Java) supports the reading of messages with styles? We are Having requirement to read Rich Text message ( having excels tables and images ) and...
one year ago
1 Votes
3 Answers
630 Views
1 Votes 3 Answers 630 Views
I am writing a Java bot and reading the datafeed for messages. When receiving a message, how do I get the name of the room where the message was sent?