Re: [MarkLogic Dev General] Search for empty falues

2016-12-20 Thread Erik Hennum
Hi, Shiv: > I need to search for empty values for a given key You might need to use a cts.query() constructor instead of QBE for this kind of query. Given this test document: xdmp.documentInsert('/test/testdoc.json', {test1:"value", test2:null, test3:""}); If "empty" means null, you

[MarkLogic Dev General] Search for empty falues

2016-12-20 Thread Shiv Shankar
Hi, I need to search for empty values for a given key, Tried below, but resulted nothing. I see values with empty in the collection. Any advice? jsearch.documents().where(jsearch.byExample({EMP_ID: ""})).result(); Thanks Shan. ___ General mailing list

Re: [MarkLogic Dev General] MLCP hit is getting GC overhead limit exceeded exception

2016-12-20 Thread David Lee
look at 4.11.7. Optimizing Ingestion of Large Files in https://docs.marklogic.com/guide/mlcp.pdf#page46 Sent from my iPad On Dec 20, 2016, at 7:58 AM, "rashmiranjan.acha...@cognizant.com"

[MarkLogic Dev General] MLCP hit is getting GC overhead limit exceeded exception

2016-12-20 Thread RashmiRanjan.Acharya
Hi Team, I am trying to ingest the data into MarkLogic using MLCP. Following are details which I am using I am hitting ContentPump.runCommand from my java code which includes the following parameters -host (HOST_NAME ) -port (PORT_NUMBER) -username (USER_NAME) -password (PASSWORD)