Category "marklogic"

MarkLogic server-side JavaScript and XQuery

I am just starting using NoSQL MarkLogic DB and trying to choose for me the best query language to learn and use in future. On server side MarkLogic provides th

ODBC connection gives Unknown Host error from Power BI

I am using an ODBC driver of MarkLogic instance which I am using in Power BI to access MarkLogic database files. I am using 64 bit ODBC driver and have set up t

Deploy a specific MarkLogic Database configuration using ml-gradle

Is there a CLI argument or parameter to deploy configuration of a particular database instead of deploying all the database configurations under src/main/ml-con

Timeout while calling a service from MarkLogic

I have a build a service in MarkLogic and the service is consumed(GET Method) by a downstream application. In the REST endpoint, we have four parameters like st

How to identify common values in two collections in MarkLogic

I have two XML documents like below and they are in two collections <Person> <Name>A</Name> <Age>23</Age> </Person> ano

MarkLogic matches function with regular expression

I am new to XQuery so could you please help me to understand what is &#xA7; and &#xA7;.*$ in below MarkLogic XQuery: if (matches($cite, '&#xA7;'))

Querying MarkLogic merged collection

I'm trying to write a query to get the unique values of an attribute from the final merged collection(sm-Survey-merged). Something like: select distinct(partici

Import XML files in a view in Marklogic

I need some suggestions on the topic- import xml files in a view under a schema and the files will be imported in collection into Marklogic. For csv files/ exce

Understanding of SVC and it's impact [closed]

I would like to know about "SVC" error keyword in marklogic. What is SVC? What is it's impact? Is it a critical error or not? At what level

MarkLogic Ops Direct: Externally signed server certificate needed

We have installed & configured Marklogic Ops Director to monitor MarkLogic cluster We were able to configure manage cluster from Ops director, but not able

Creating a cluster of nodes having different MarkLogic version

I am trying to create a Marklogic Cluster in which I want to have two nodes having different versions of Marklogic (Marklogic 8 and Marklogic9). I have created

Cannot see any data in the Marklogic view

I have created a template to create a view in the Marklogic database. The view is created successfully. And using mlcp import to ingest data from the XML file i

Cannot allocate memory when running xdmp:document-filter() in spawn-function()

I have a function that runs xdmp:document-filter() on binary documents. I call it like this: let $doc-metadata-and-text := xdmp:document-filter(fn:doc("/edisc

MarkLogic Query Console port showing 404 error

I have downloaded MarkLogic Server version 8. I have configured initial admin steps and I am able to open http://localhost:8001 and http://localhost:8002. Howev