[MarkLogic Dev General] searchAPI - authentication

2013-07-16 Thread sini narayanan
Hi All, I have a searchAPI created in MarkLogic with the following URL http://localhost:8008/searchAPI.xqy?name=abc&format=xml I need to access this page from an external source (JAVA code). But whenever I invoke the API, I get 404 Page not Found Error. This is because of the authentication on th

Re: [MarkLogic Dev General] Binary File Retrieval Taking Long Time

2013-07-16 Thread Mohanraj Chozhan
Hi, I am using Marklogic 6, I have a binary document (with extension .htm ) of size 8.5 MB approximately and its taking more than 3mins To retrieve the contents of the file when the below query is executed from XCC Component. query = doc("/binaryFile/abc.htm"); request = session.newAdhocQuery