Re: [MarkLogic Dev General] : MarkLogic Range Query (Dinesh)

2015-02-02 Thread abhinav mishra
Hi Dinesh You can use cts:element-attribute-range-query for your solution. Go through below link for detailed explanation http://docs.marklogic.com/cts:element-attribute-range-query Thanks, Abhinav Sent From Samsung Galaxy S4 On 2 Feb 2015 23:05, wrote: > Send General mailing list submissions

[MarkLogic Dev General] Unique GUID generation in MarkLogic

2018-02-13 Thread abhinav mishra
Hi All, We are exploring ways to generate GUIDs. We just want to be sure that the GUIDs are unique always and we have a requirement that these GUIDs should be even unique across environments. There should not be same GUID in two MarkLogic environments We found sem:uuid-string() function from docu

Re: [MarkLogic Dev General] General Digest, Vol 107, Issue 29

2013-05-13 Thread abhinav mishra
Hi, I have a suggestion to write your own wrapper on top of recordloader. I have faced the same issue once. So i extended the record loader and written my own wrapper in java to handle all the exception message in my own try,catch block and for failed files i have created LoadFailureException clas

[MarkLogic Dev General] XDMP:LOGIN(USER, PASS), not working when using through XDBC.

2013-05-15 Thread abhinav mishra
Hi all, I have a query related to xdmp:login() method. I am creating a java webservice which is connected to marklogic via XDBC app server,I get username and password from input request and i am trying to validate the user by using "xdmp:login(username,password)" but i am always getting "false" a

Re: [MarkLogic Dev General] XDMP:LOGIN(USER, PASS), not working when using through XDBC.

2013-05-16 Thread abhinav mishra
Hi all, Need your help. I have a query related to xdmp:login() method. I am creating a java webservice which is connected to marklogic via XDBC app server,I get username and password from input request and i am trying to validate the user by using "xdmp:login(username,password)" but i am always g

Re: [MarkLogic Dev General] General Digest, Vol 107, Issue 41 [XDMP:LOGIN(USER, PASS), not working when using through XDBC]

2013-05-16 Thread abhinav mishra
SS), not working when using through > XDBC. (abhinav mishra) >2. Re: string-join output not as expected (sini narayanan) >3. Re: XDMP:LOGIN(USER, PASS), not working when using through > XDBC. (Brent Hartwig) > > > -

Re: [MarkLogic Dev General] General Digest, Vol 107, Issue 48

2013-05-16 Thread abhinav mishra
ials for the connection, > versus using the user-provided credentials (and skipping the call to > xdmp:login())? > > -Brent > > From: general-boun...@developer.marklogic.com general-boun...@developer.marklogic.com> [mailto: > general-boun...@developer.marklogic.com] On Behal

Re: [MarkLogic Dev General] General Digest, Vol 107, Issue 61

2013-05-20 Thread abhinav mishra
Hi Ron, Got your point, thank you very much such cool explaination :-) On May 20, 2013 11:55 PM, wrote: > Send General mailing list submissions to > general@developer.marklogic.com > > To subscribe or unsubscribe via the World Wide Web, visit > http://developer.marklogic.com/mail

[MarkLogic Dev General] Is there any tool/plugin to verify the xquery coding standards?

2013-05-21 Thread abhinav mishra
Hi, I am looking for some tools/plugins which provides xquery coding style check and suggest the xquery coding standards if not followed properly. Just like Eclipse has plugins like “CheckStyle“ which gives warning if Java coding standards are not followed. Can anyone please guide me to explor

Re: [MarkLogic Dev General] General Digest, Vol 108, Issue 40

2013-06-21 Thread abhinav mishra
Hi mohanraj, What is dbType? Is this name of database u r using to get the xcc/xdbc session? Can u please send the stack trace? On 20 Jun 2013 23:29, wrote: > Send General mailing list submissions to > general@developer.marklogic.com > > To subscribe or unsubscribe via the World Wide Web

Re: [MarkLogic Dev General] General Digest, Vol 108, Issue 48

2013-06-26 Thread abhinav mishra
Varun Whenever you insert a document with the specified uri (no matter what the uri is), if root node already exist in the stand marklogic always deletes that existing fragement from stand and again inserts a new version of that. So, document replace (re-document insert) in comparision with docu

Re: [MarkLogic Dev General] General Digest, Vol 109, Issue 1

2013-07-01 Thread abhinav mishra
Gaurav, Its a thumb rule of 3*total data. On 1 Jul 2013 23:35, wrote: > Send General mailing list submissions to > general@developer.marklogic.com > > To subscribe or unsubscribe via the World Wide Web, visit > http://developer.marklogic.com/mailman/listinfo/general > or, via ema

Re: [MarkLogic Dev General] How to check the logs on Rest API Instance(Marklogic)

2013-09-07 Thread abhinav mishra
Hi otroslogviewer tool will not work for MarkLogic logs, it will work for only Log4j logs and some others. For more info visit: http://code.google.com/p/otroslogviewer/wiki/IncludedLogParsers Regards, Abhinav Kumar Mishra * * On Sun, Sep 8, 2013 at 1

[MarkLogic Dev General] Need suggestions for xqury coding best practices specific to MarkLogic apis.

2013-09-12 Thread abhinav mishra
Hi All, Hope all doing well. I am writing a tool for xquery code analysis same as Java PMD concept. I need suggestions regarding best practices for marklogic specific apis such as CTS-APIs,SEARCH-APIs,Admim-Apis etc. which also cover performence related scenerios as well. I posted in the forum,

Re: [MarkLogic Dev General] Need suggestions for xqury coding best practices specific to MarkLogic apis.

2013-09-16 Thread abhinav mishra
pecific > than "Re: Contents of General digest..." > > > Today's Topics: > >1. Need suggestions for xqury coding best practices specific to > MarkLogic apis. (abhinav mishra) >2. Re: Need suggestions for xqury coding best practices specific >

Re: [MarkLogic Dev General] General Digest, Vol 113, Issue 14

2013-11-08 Thread abhinav mishra
Thanks all for replies. I reproduced the same problem on Windows plateform "There is currently an XDMP-FORESTERR: Error in reindex of forest abhinav-test: XDMP-REFRAGMENT: Error refragmenting xdmp:document-properties("/"): XDMP-FORESTNOT: Forest abhinav-test-forest not available: XDMP-FORESTE

[MarkLogic Dev General] Marklogic and Alfresco Integration & Challenges

2014-04-28 Thread abhinav mishra
I want to integrate Alfresco and Marklogic, means Alfresco as a front-end and Marklogic as data storage. Alfresco as ECM has very good user interface and Marklogic has Content management capablities. So the combination of the both can build a very rich app. What are challenges and dependencies fo

Re: [MarkLogic Dev General] General Digest, Vol 119, Issue 4

2014-05-03 Thread abhinav mishra
Hi GP, you have used wild-carded path in the query. using * as a namespace prefix is not recommended. MarkLogic indexes elements by QName, not by local name. That means namespace wildcards won't utilize the index and will require a lot of filtering. Try using actual namespace prefix in your query.

Re: [MarkLogic Dev General] Marklogic and Alfresco Integration & Challenges

2014-05-07 Thread abhinav mishra
gHelper.java* as per your rest interface. 5- Restart the alfresco. Start publishing your content from Alfresco to ML through MarkLogic channel. Regards, Abhinav Kumar Mishra On Mon, Apr 28, 2014 at 9:55 PM, abhinav mishra wrote: > > I want to integrate Alfresco and Marklogic, means Alf

Re: [MarkLogic Dev General] General Digest, Vol 119, Issue 13

2014-05-08 Thread abhinav mishra
924 9973 > >> Web: http://rotunda.upress.virginia.edu/ > >> ___ > >> General mailing list > >> General@developer.marklogic.com > >> http://developer.marklogic.com/mailman/listinfo/general > >> > > __

Re: [MarkLogic Dev General] Marklogic and Alfresco Integration & Challenges

2014-05-08 Thread abhinav mishra
es\alfresco*" > > 4- Create a REST interface on ML server, and modify the URL inside the > *MarkLogicPublishingHelper.java* as per your rest interface. > > 5- Restart the alfresco. > > Start publishing your content from Alfresco to ML through MarkLogic > channel. > &

[MarkLogic Dev General] ​Re: ​Marklogic and Alfresco Integration & Challenges

2014-05-19 Thread abhinav mishra
.com/abhinavmishra14/marklogic-alfresco-integration Regards, Abhinav Kumar Mishra ​Message: 2 Date: Thu, 8 May 2014 18:08:21 +0530 From: abhinav mishra Subject: ​​ Re: [MarkLogic Dev General] ​​ Marklogic and Alfresco Integration & Challenges To: general@developer.