Home
Extended ECM
API, SDK, REST and Web Services
Java Sample code for a search
x-merrilllynchglobaluser3_-_(deleted)
I have been able to get a insert and delete working in java using the LAPI, but have not gotten the search to work. Is there any sample code that is better than the documentation. Has anyone gotten the search to work?
Find more posts tagged with
Comments
eLink User
Message from David Slimmon via eLinkHi there,There's a little ApplyQuery example in the Sample Code section. Withoutknowing what it is you'd like to do, I'm not sure if it's exactly whatyou're looking for:Sample LAPI Code: LAPI Search Examples
https://knowledge.opentext.com/knowledge/livelink.exe?func=ll&objId=2730548&objAction=browse&sort=nameRegards,David___________________________________________O
P E N T E X T C O R P O R A T I O NDavid Slimmon, M.L.I.S.Supervisor - Customer Support
https://knowledge.opentext.comdslimmon@opentext.com-----Original
Message-----I have been able to get a insert and delete working in java using the LAPI,but have not gotten the search to work. Is there any sample code that isbetter than the documentation.Has anyone gotten the search to work?
Rob_Martin
The code below exercises all of the functionality documented in the Search api. The missing trick was to include the OTObject field in the field list parameter of ApplyQuery.R. Bruece