Tagged Questions

MarkLogic, an operational database for Big Data. MarkLogic is document-oriented and can store and search text, XML, JSON, and binary data. MarkLogic's internal query language is XQuery and a number of extensions are provided that expose HTTP request/response Full-text search Database operations, ...

learn more… | top users | synonyms

3
votes
5answers
192 views

MarkLogic to Java & Back Solution

I need to query XML out of a MarkLogic server and marshal it into Java objects. What is a good way to go about this? Specifically: Does using MarkLogic have any impact on the XML technology stack? ...
0
votes
3answers
126 views

HTML form to invoke XQuery files

We have quite a number of .xqy files in several folders. Sometimes, I need to invoke an .xqy file (via Marklogic's CQ) to test if it's working. But I find it rather cumbersome to have to know what ...
0
votes
2answers
122 views

Has anyone successfully implemented Narthex from marklogic.com?

I'm liking what I read about Narthex, but the bug list looks a touch scary, the reliance on a specific server install doesn't make me leap for joy, and the setup is a bit over my head. What I'd ...