Questions tagged [marklogic-8]

8th Version of MarkLogic - An Enterprise NoSQL Database. Indicates a question specific to MarkLogic 8; use with the MarkLogic tag, but not instead of.

MarkLogic is the trusted enterprise NoSQL platform for Big Data applications to drive revenue, streamline operations, manage risk, and make the world safer. Marklogic 8 provided Native JSON storage, NodeJS Client API, JAVA Client API, Server Side Java Script etc.

Apply to questions that are specific to MarkLogic 8. This tag should be used in addition to the MarkLogic tag, which has many more followers. (If you have other other tags and have to choose between this one and MarkLogic, use the MarkLogic tag instead.)

564 questions
0
votes
1 answer

Why does multiple "collection" URL parameters in REST search request return no results?

According to the MarkLogic docs, the "collection" parameter can appear multiple times in a GET request to the REST Client API; however, the following returns 0 results: /LATEST/search?q=&collection=GEWN&collection=TSJN whereas an XQuery specifying…
Shon
  • 690
  • 6
  • 22
0
votes
1 answer

xdmp http post options for token authentication

I have found the https://docs.marklogic.com/xdmp:http-post function. I would like to use the token authentication method to send out a JSON document from MarkLogic to a middle tier node.js application. We use token authentication. What http-options…
Hugo Koopmans
  • 1,349
  • 1
  • 15
  • 27
-1
votes
1 answer

How to get file from a filesystem and pass it to my transformation using write batcher?

I need to fetch a json document from a filesystem using write batcher and pass it to my transformation through dmsdk. How can I do this? How can I add file to batcher?
-1
votes
1 answer

How to have entity relationships in MarkLogic

How can one represent foreign key and primary key relationships between documents in MarkLogic like done between tables/records in relational databases?
lsk
  • 133
  • 1
  • 5
-1
votes
2 answers

How to find the no. of employees department wise?

Lets say I have n documents whose document structure looks like this- ..... dept1 ..... dept11
bosari
  • 1,922
  • 1
  • 19
  • 38
-1
votes
2 answers

Create View Box in MarkLogic 8 Admin Console

How do I bring up the create view box in the Marklogic 8 admin console? I did it once by luck when putting in some element range indexes but haven't been able to bring it back up again
Peter
  • 29
  • 2
  • 6
-1
votes
2 answers

Extracting results from MarkLogic database using java client api

I am new to the MarkLogic database. My use case is: I am trying to connect to the MarkLogic database using Java client api. I have my JSON documents stored in the database, which has tradingDate ( of type date ) as one of the fields. Now I want to…
Kiras
  • 69
  • 6
-1
votes
1 answer

How to add options to StructuredQueryDefinition in json format

I am new to marklogic and would like to create the marklogic query in json. I was using StructuredQueryDefinition to create query and then creating RawCombinedQueryDefinition. StructuredQueryDefinition queryCriteria = sqb.or(query,…
stackuser1
  • 55
  • 1
  • 6
-2
votes
1 answer

xdmp:document-load Xquery Command

When I ingest a csv file containing multiple xml records using mlcp, I use an options file to change the desired ML output from one csv document into multiple xml documents. How do I script this using xdmp:document-load command within the query…
Peter
  • 29
  • 2
  • 6
1 2 3
37
38