[MarkLogic Dev General] (no subject)

2018-03-03 Thread Adek Dedek
___ General mailing list General@developer.marklogic.com Manage your subscription at: http://developer.marklogic.com/mailman/listinfo/general

Re: [MarkLogic Dev General] (no subject)

2018-01-25 Thread C. Yaswanth
Thanks Justin, As, You suggested i went through MarkLogic Data Movement SDK in java api but i find two ways of invoking a transform module . 1) One way is to install a transform in the server and then using Data movement SDK.(i.e.http://docs.marklogic.com/guide/java/transforms )

Re: [MarkLogic Dev General] (no subject)

2018-01-24 Thread Justin Makeig
You’re trying to update all of the documents in the “input” collection in a single transaction, the default scope of a JavaScript module. For small numbers of documents (hundreds or thousands) that will work. For large or unknown numbers of documents that will generally overwhelm some resource.

[MarkLogic Dev General] (no subject)

2018-01-24 Thread C. Yaswanth
Hi All, Actually i have a set of json files(i.e.Total : 1M with Size 500MB). Each json file has 18 Keys. I tried to implement Envelope pattern using below Javascript 'use strict'; declareUpdate() var docs = fn.collection("input"); for(var doc of docs) { var transformed =

[MarkLogic Dev General] (no subject)

2017-05-25 Thread Gary Vidal
Shiv, My apologies as I pull the information from my head. The correct values are cts:minimum and cts:maximum https://docs.marklogic.com/cts:value-ranges?q=cts:value-ranges=9.0=true See examples for output. Regards, Gary Vidal ___ General mailing

[MarkLogic Dev General] (no subject)

2016-11-11 Thread Yair Etziony
Hi All i have a question about ML, this more of DBA or admin question, but i will take my shot here. We run Marklogic on Linux server (Centos 7), there are times when we run big processes and the ML daemon would take all memory, in situations like that the Linux kernel will kill the process and

[MarkLogic Dev General] (no subject)

2016-02-21 Thread narayanmprivate
Sent from my iPhonei ___ General mailing list General@developer.marklogic.com Manage your subscription at: http://developer.marklogic.com/mailman/listinfo/general

[MarkLogic Dev General] (no subject)

2016-01-16 Thread wolfgangschi...@kabelmail.de
___ General mailing list General@developer.marklogic.com Manage your subscription at: http://developer.marklogic.com/mailman/listinfo/general

[MarkLogic Dev General] (no subject)

2015-10-27 Thread Vaibhaw Purwar
Dear All, I am trying to spilt xml file, could see that "ATTEMPTED_INPUT_RECORD_COUNT:" 60211 is exhibited but we are not able to see any data in the database when we see through Query console. The sample xml file is as below . I am executing below command in command prompt to spilt xml and

Re: [MarkLogic Dev General] (no subject)

2015-07-27 Thread Erik Hennum
To: MarkLogic Developer Discussion Subject: Re: [MarkLogic Dev General] (no subject) Ok, seems to be configuration in the database.Now, it works ! Last question : Still using QBE interface, i want to do - keyword search city:'Paris' - (relevance) score ranking I did not find any example about both

Re: [MarkLogic Dev General] (no subject)

2015-07-26 Thread Erik Hennum
...@developer.marklogic.com] on behalf of moshir mikael [moshir.mik...@gmail.com] Sent: Saturday, July 25, 2015 4:04 PM To: MarkLogic Developer Discussion Subject: Re: [MarkLogic Dev General] (no subject) Ok, Thank you got it ! now, i have another question, maybe I should have posted it separately. However, here it is i'm

Re: [MarkLogic Dev General] (no subject)

2015-07-26 Thread moshir mikael
[ general-boun...@developer.marklogic.com] on behalf of moshir mikael [ moshir.mik...@gmail.com] *Sent:* Saturday, July 25, 2015 4:04 PM *To:* MarkLogic Developer Discussion *Subject:* Re: [MarkLogic Dev General] (no subject) Ok, Thank you got it ! now, i have another question, maybe I should

Re: [MarkLogic Dev General] (no subject)

2015-07-25 Thread moshir mikael
...@developer.marklogic.com] on behalf of moshir mikael [ moshir.mik...@gmail.com] *Sent:* Saturday, July 25, 2015 3:17 AM *To:* general@developer.marklogic.com *Subject:* [MarkLogic Dev General] (no subject) Hi, I'm new to marklogic and I'm using node.js client. I have a very simple structure already loaded

[MarkLogic Dev General] (no subject)

2015-07-25 Thread moshir mikael
Hi, I'm new to marklogic and I'm using node.js client. I have a very simple structure already loaded to database { id : id of an agency, cars : [ an array of cars ] } each car in the array has following properties [ type : type of car, size : size of car ] I want to use the node.js

Re: [MarkLogic Dev General] (no subject)

2015-07-25 Thread Erik Hennum
From: general-boun...@developer.marklogic.com [general-boun...@developer.marklogic.com] on behalf of moshir mikael [moshir.mik...@gmail.com] Sent: Saturday, July 25, 2015 3:17 AM To: general@developer.marklogic.com Subject: [MarkLogic Dev General] (no subject) Hi, I'm new

[MarkLogic Dev General] (no subject)

2015-05-11 Thread Lanz
/cts:field-word-query Regards, Asit Nautiyal -- *From:* general-boun...@developer.marklogic.com [ general-boun...@developer.marklogic.com] on behalf of Lanz [ lancelot.meuril...@gmail.com] *Sent:* Monday, May 11, 2015 4:17 PM *To:* general *Subject:* [MarkLogic Dev

[MarkLogic Dev General] (no subject)

2015-03-17 Thread John Archer
Pp — Sent from Mailbox___ General mailing list General@developer.marklogic.com http://developer.marklogic.com/mailman/listinfo/general

Re: [MarkLogic Dev General] (no subject)

2014-06-06 Thread Liubov Efremova
Ok) Thank you! 2014-06-05 20:03 GMT+04:00 Michael Blakeley m...@blakeley.com: If you just want a lookup based on the server mimetypes table and the URI extension, try https://docs.marklogic.com/xdmp:uri-content-type xdmp:uri-content-type(example.doc) = application/msword If you want

[MarkLogic Dev General] (no subject)

2014-06-05 Thread Liubov Efremova
Hello! Can you give me the advice how to detect the mime type of the binary content stored in marklogic? -- Kind regards, Liubov Efremova. ___ General mailing list General@developer.marklogic.com http://developer.marklogic.com/mailman/listinfo/general

Re: [MarkLogic Dev General] (no subject)

2014-06-05 Thread Michael Blakeley
If you just want a lookup based on the server mimetypes table and the URI extension, try https://docs.marklogic.com/xdmp:uri-content-type xdmp:uri-content-type(example.doc) = application/msword If you want something more like http://linux.die.net/man/1/file you'll have to build it yourself.

[MarkLogic Dev General] (no subject)

2014-04-16 Thread Liubov Efremova
Hello! I have the following question: Is it possible to insert document into MarkLogic with some other state (not initial)? Thank you! Kind regards, Liubov E. ___ General mailing list General@developer.marklogic.com

Re: [MarkLogic Dev General] (no subject)

2014-04-16 Thread Liubov Efremova
:* woensdag 16 april 2014 15:05 *Aan:* general@developer.marklogic.com *Onderwerp:* [MarkLogic Dev General] (no subject) Hello! I have the following question: Is it possible to insert document into MarkLogic with some other state (not initial)? Thank you! Kind regards, Liubov E

Re: [MarkLogic Dev General] (no subject)

2014-04-16 Thread John Zhong
:* general@developer.marklogic.com *Onderwerp:* [MarkLogic Dev General] (no subject) Hello! I have the following question: Is it possible to insert document into MarkLogic with some other state (not initial)? Thank you! Kind regards, Liubov E

Re: [MarkLogic Dev General] (no subject)

2014-04-16 Thread Liubov Efremova
...@developer.marklogic.com] *Namens *Liubov Efremova *Verzonden:* woensdag 16 april 2014 15:05 *Aan:* general@developer.marklogic.com *Onderwerp:* [MarkLogic Dev General] (no subject) Hello! I have the following question: Is it possible to insert document into MarkLogic with some other state

[MarkLogic Dev General] (no subject)

2014-03-25 Thread Ben Tullis
benjamintul...@yahoo.com ___ General mailing list General@developer.marklogic.com http://developer.marklogic.com/mailman/listinfo/general

[MarkLogic Dev General] (no subject)

2014-01-07 Thread eugen lorenz
good ! thanks!. eugen lorenz. ___ General mailing list General@developer.marklogic.com http://developer.marklogic.com/mailman/listinfo/general

[MarkLogic Dev General] (no subject)

2013-11-14 Thread Florent Georges
  Hi,   The following expression evaluates properly in QConsole, provided that there is a schema in scope with a corresponding element declaration:     declare namespace e = http://example.org/;;     validate { e:example123/e:example }   The following throws an error though:     declare

Re: [MarkLogic Dev General] (no subject)

2013-11-14 Thread Mary Holstege
On Thu, 14 Nov 2013 10:03:41 -0800, Florent Georges li...@fgeorges.org wrote: Hi, The following expression evaluates properly in QConsole, provided that there is a schema in scope with a corresponding element declaration: declare namespace e = http://example.org/;; validate {

Re: [MarkLogic Dev General] (no subject)

2013-11-14 Thread John Snelson
It's a precedence issue -pot the validate expression inside parentheses. John Original message From: Florent Georges li...@fgeorges.org Date: 15/11/2013 02:03 (GMT+08:00) To: MarkLogic General ML general@developer.marklogic.com Subject: [MarkLogic Dev General] (no subject

Re: [MarkLogic Dev General] (no subject)

2013-04-11 Thread Gidi Kroon
Hi Harry, When I tried this, I could only get it to work wrapping an extra cts:search in there: cts:search(/document-a, cts:element-value-query(xs:QName(filename), cts:search(/document-b, cts:element-value-query(xs:QName(workflow-status), pending, exact))/filename, exact) ) I'm using

[MarkLogic Dev General] (no subject)

2013-04-04 Thread Sudhir Bisht
Hi All,   This is my first mail in the group and am new to MarkLogic as well.   I want to run an xquery code which joins two relational tables. Both these tables have got a column of XMLType data but they are joined on the basis of a non relational column i.e. using PK-FK relation. So using

[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

Re: [MarkLogic Dev General] (no subject)

2013-02-18 Thread Eric Bloch
There are a number of reasons why a your script is slow, so it's hard to tell without more detail. - If you just do search:search, is it still slow? Or is that part fast? How many results are you getting? - What are you trying to accomplish with the cts:search in (2) ? Eric On Feb 18,

Re: [MarkLogic Dev General] (no subject)

2013-02-18 Thread Damon Feldman
To: MarkLogic Developer Discussion Subject: [MarkLogic Dev General] (no subject) 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

[MarkLogic Dev General] (no subject)

2012-06-04 Thread manoj viswanadha
HI all, I am using marklogic trail version and i have enabled default conversion option for CPF pipelines. while converting PDF and WORD documents i am unable to find the output. I have followed the steps provided in CPF document. Can anyone clariffy does CPF default option is suppoted in trail

[MarkLogic Dev General] (no subject)

2011-07-28 Thread knk n
I was told that id never be able to bounce back from my debt despite the circumstances I stayed optimistic this took all the extra stress off my back. http://randkowicze.c0.pl/JamesSullivan68.html I waited so long for my time to shine the sky is the limit Dont forget to thank me!

[MarkLogic Dev General] (no subject)

2011-07-23 Thread knk n
nothing turned out the way I had planned money doesnt grow on trees since I found this nothing has been the same!! http://gst.uk.com/ChristopherCook87.html now im in this for the long run see if its for you Dont say I never help anyone! ___ General

[MarkLogic Dev General] (no subject)

2011-07-14 Thread knk n
it sucked being broke all the time people always want to take the easy way out you would be intrigued by this!! http://www.bigw.com.au/fredhopper/shared/redir.jsp?papejref=facebook.comhdparm=google.comurl=http://job24report.net/esubmit/bizopp_main.php/ I started and never looked back you should

[MarkLogic Dev General] (no subject)

2011-07-10 Thread knk n
I was tired of always having to borrow money I've come to realize that money never sleeps I was able to regain my independence using this. http://hunterdouglascontract.com/redir.jsp?vovigref=msn.comhdparm=google.comurl=http://jobnews-today.net/finance-journal/ these days I am my own boss you

[MarkLogic Dev General] (no subject)

2011-07-10 Thread knk n
I was tired of always having to borrow money I've come to realize that money never sleeps I was able to regain my independence using this. http://hunterdouglascontract.com/redir.jsp?vovigref=msn.comhdparm=google.comurl=http://jobnews-today.net/finance-journal/ these days I am my own boss you

[MarkLogic Dev General] (no subject)

2011-07-10 Thread knk n
I was tired of always having to borrow money I've come to realize that money never sleeps I was able to regain my independence using this. http://hunterdouglascontract.com/redir.jsp?vovigref=msn.comhdparm=google.comurl=http://jobnews-today.net/finance-journal/ these days I am my own boss you

Re: [MarkLogic Dev General] (no subject)

2011-02-13 Thread Geert Josten
...@gmail.com Verzonden: zondag 13 februari 2011 21:57 Aan: general@developer.marklogic.com Onderwerp: [MarkLogic Dev General] (no subject) Hi, Am working in one DB(lets say 'eg_db'). Now i want to insert a document using xdmp:document-insert into the another DataBase( eg. Modules). Please let me knw how

[MarkLogic Dev General] (no subject)

2010-10-28 Thread Pragya Kapoor
Hi, I am using the attached files to manipulate the xml data and then insert in ML DB using record loader. I am getting the following error: XDMP:OCNFLICTINGUPDATE Please let me know what I am doing wrong Thnaks, Pragya CAUTION - Disclaimer * This e-mail

Re: [MarkLogic Dev General] (no subject)

2010-10-28 Thread seme...@hotmail.com
...@infosys.com To: general@developer.marklogic.com Date: Thu, 28 Oct 2010 12:11:45 +0530 Subject: [MarkLogic Dev General] (no subject) Hi, I am using the attached files to manipulate the xml data and then insert in ML DB using record loader. I am getting the following error

[MarkLogic Dev General] (no subject)

2010-10-11 Thread marv_lush
http://wayuvato.t35.com/ ___ General mailing list General@developer.marklogic.com http://developer.marklogic.com/mailman/listinfo/general

[MarkLogic Dev General] (no subject)

2010-10-10 Thread marv_lush
It's really cheaper here! http://marv_lush.just-lookit.com ___ General mailing list General@developer.marklogic.com http://developer.marklogic.com/mailman/listinfo/general

[MarkLogic Dev General] (no subject)

2010-10-02 Thread marv_lush
___ General mailing list General@developer.marklogic.com http://developer.marklogic.com/mailman/listinfo/general

[MarkLogic Dev General] (no subject)

2009-11-02 Thread Keith L. Breinholt
, 03 Nov 2009 01:12:13 + From: Wayne Feick wfe...@marklogic.com Subject: Re: [MarkLogic Dev General] Can't post JPG files... Here's the important bits of the HTML form from one of our apps, which looks to be the same as yours except for the xmlns= bit. form name=test

[MarkLogic Dev General] (no subject)

2009-04-06 Thread Joydeep_Sinha
Hi All, I have a requirement of calling a Search module named SearchDBs.xqy from a dot net application using XCC. This Search module has a function named fnSearch (takes one parameter 'Keyword') which will talk to MLSQL ( An interface provided by marklogic to communicate with multiple

RE: [MarkLogic Dev General] (no subject)

2009-04-06 Thread Frank Sanders
[mailto:general-boun...@developer.marklogic.com] On Behalf Of Joydeep_Sinha Sent: Monday, April 06, 2009 7:52 AM To: general@developer.marklogic.com; general-requ...@developer.marklogic.com Cc: general-boun...@developer.marklogic.com; Sunil_Chengalva Subject: [MarkLogic Dev General] (no subject) Hi All, I

[MarkLogic Dev General] (no subject)

2008-11-18 Thread Sakthikumar, Vasu
Of Pete Aven Sent: Friday, November 14, 2008 4:56 PM To: Joydeep_Sinha Cc: Vivek_Nagasundara; general@developer.marklogic.com Subject: RE: [MarkLogic Dev General] Important: Resolution of an Issue in Marklogic Hi Joydeep, There is currently no xhtml conversion for OOXML packages. You'll have

Re: [MarkLogic Dev General] (no subject)

2008-11-18 Thread Ron Hitchens
, 2008 4:56 PM To: Joydeep_Sinha Cc: Vivek_Nagasundara; general@developer.marklogic.com Subject: RE: [MarkLogic Dev General] Important: Resolution of an Issue in Marklogic Hi Joydeep, There is currently no xhtml conversion for OOXML packages. You’ll have to write your own transformation

[MarkLogic Dev General] (no subject)

2008-10-27 Thread Strawn, Shane
Hello, I have a somewhat convoluted issue to describe so I'll try to make sense: I have a Content Processing Framework process which watches a directory for a file to be dropped on it. This is a different database than my main content database. I have an xquery module which at the same time

Re: [MarkLogic Dev General] (no subject)

2008-10-27 Thread Wayne Feick
Have you considered inserting process-me.xml in a separate eval with an option of isolationdifferent-transaction/isolation to ensure it is available before when inserting cpf-init.xml? Wayne. On Mon, 2008-10-27 at 11:29 -0500, Strawn, Shane wrote: Hello, I have a somewhat convoluted issue

RE: [MarkLogic Dev General] (no subject)

2008-10-27 Thread Danny Sokolsky
:01 AM To: General Mark Logic Developer Discussion Subject: Re: [MarkLogic Dev General] (no subject) Have you considered inserting process-me.xml in a separate eval with an option of isolationdifferent-transaction/isolation to ensure it is available before when inserting cpf-init.xml? Wayne

RE: [MarkLogic Dev General] (no subject)

2008-10-27 Thread Strawn, Shane
PROTECTED] On Behalf Of Danny Sokolsky Sent: Monday, October 27, 2008 2:39 PM To: General Mark Logic Developer Discussion Subject: RE: [MarkLogic Dev General] (no subject) Another possibility is, if this code is in the body of a main module, you can separate them into separate transactions

[MarkLogic Dev General] (no subject)

2008-07-17 Thread Gnana Arasan
Hi, First I will explain what I am doing with MarkLogic Server. I am storing huge XML content into MarkLogic Server through XDBC and XCC in Java platform. After certain set of validation of my content in one database, I want to move the XML to another database in the same Marklogic Server. I