Re: [MarkLogic Dev General] get database name

2013-07-16 Thread Varun Varunesh
Hi Sini, Check this one. xquery version 1.0-ml; import module namespace admin = http://marklogic.com/xdmp/admin; at /MarkLogic/admin.xqy; let $config := admin:get-configuration() return admin:database-get-name($config,xdmp:database()) I think this will help you. On Tue, Jul

[MarkLogic Dev General] use of xdmp:document-insert in bulk-update

2013-06-24 Thread Varun Varunesh
-inserting that document after making change of that node are same..? If not please suggest what is the good way to handle it out through MarkLogic. Thanks, Varun Varunesh ___ General mailing list General@developer.marklogic.com http

[MarkLogic Dev General] cts:cluster

2013-05-20 Thread Varun Varunesh
. if some set of persons available in more than a threshold number of documents then connect those names with edges. I am using MarkLogic 5.0. Please suggest your way to solve this problem using MarkLogic. Thanks, Varun Varunesh ___ General mailing list

[MarkLogic Dev General] cts:reverse-query

2013-03-06 Thread Varun Varunesh
Hello All, As I want to create an alert API. In which I am using two xml files say user_id.xml and doc.xml . The format of user_id.xml is like this data keyword name=MarkLogic mailvarunesh...@gmail.com/mail mailvar...@gmail.com/mail mailv...@gmail.com/mail

[MarkLogic Dev General] cts:reverse-query

2013-03-06 Thread Varun Varunesh
Hello All, As I want to create an alert API. In which I am using two xml files say user_id.xml and doc.xml . The format of user_id.xml is like this data keyword name=MarkLogic mailvarunesh...@gmail.com/mail mailvar...@gmail.com/mail mailv...@gmail.com/mail

Re: [MarkLogic Dev General] cts:reverse-query

2013-03-06 Thread Varun Varunesh
Then, when I run something like cts:search(/, cts:reverse-query(docMy name is varunesh...@gmail.com /doc)) then the stored query doc above is returned. Charles On 03/06/2013 10:18 AM, Varun Varunesh wrote: Hello All, As I want to create an alert API. In which I am using two xml files

[MarkLogic Dev General] (no subject)

2013-02-18 Thread Varun Varunesh
Hi All, I have written one search xqy which basically returns me a XML document. My ML database contains XML documents which structure is predefined i.e. like this sec name= sec data \sec What i did it. 1) I am first searching for those document in my database which contains the

[MarkLogic Dev General] Not Able To Open Admin Interface

2013-02-04 Thread Varun Varunesh
Hi, I just downloaded Marklogic 5.0 for windows and after installation when I try to open admin interface (http://127.0.0.1:8001/) it gives me a error that Internet Explorer cannot display the webpage. I have already gone through the documentation there is nothing mentioned about such error. So,

Re: [MarkLogic Dev General] Not Able To Open Admin Interface

2013-02-04 Thread Varun Varunesh
browser, like Firefox or Chrome. IE likes to display friendly messages that often mask what the real problems is. It may simply be that MarkLogic was never started. On Feb 4, 2013, at 11:04 AM, Varun Varunesh varunesh...@gmail.com wrote: Hi, I just downloaded Marklogic 5.0 for windows