Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Content Management (Extended ECM)
API, SDK, REST and Web Services
1)ApplyQuery Servicing Multiple requests;(2)Can depth of ApplyQuery be limited
David_Benjamin
Hi and thanks for reading this. I have a web service running ApplyQuery which currently is set up as a singleton(static instance), so it handles one search request at a time. However, I'm now forced to change this so the ApplyQuery services multiple search requests/threads simultaneously. Has anyone been able to do this and do you have some sample code. Also, is there a way to limit the depth of the ApplyQuery? I'm receiving duplicate results even though the dups are in different levels of the folder(in this case just folders) hierarchy, and just want the higher level returned. Perhaps this is the wrong API call for this type of operation.Thanks very much and happy holidays!!Peter
Find more posts tagged with
Comments
Jeff_Chong_(oxfprowebgroup_-_(deleted))
Were you ever able to handle multiple search requests?What was your solution?