Re: [MarkLogic Dev General] Role based security in ml

2012-12-16 Thread manoj viswanadha
Presently we are using ML-5 and i am aware that ML-6 came up with new built in REST api and we will be using this. Thanks, Manoj. On Fri, Dec 14, 2012 at 6:50 PM, David Lee wrote: > What version of ML are you using ? > > There is now a built-in REST and JSON support which was modeled on th

Re: [MarkLogic Dev General] Reg Retrieving full document while performing search using Rest Services

2012-12-16 Thread Erik Hennum
Hi, Gnanaprakash: You can modify your query options to specify transform-results of apply="raw". By the way, you can also use extract-metadata in your query options to get fragments of the result document independent of whether the fragment contained a match on the criteria. Erik Hennum __

Re: [MarkLogic Dev General] Marklogic 6 REST API limitations?

2012-12-16 Thread Erik Hennum
Hi, Nelson: Can you expand a bit on the requirements? My guess is that the goal is to replace foreign key values with fragments from the related database documents and to ensure unique values for primary key elements. If that's correct, you could extend the REST API with write and read transform