python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Search requests timing out with concurrent transactions in MarkLogic
Apologies here in advance for this non-simplified use case.
During one of my data load processes, concurrent request transactions are used to fill MarkLogic.
Each concurrent thread does the following ...
Mike J
Votes: 0
Answers: 2
How to select documents using cts query that are in CollectionA and not in CollectionB
I am pretty new to using cts queries so I need some help with something that is, I would think, pretty simple. I need to select document that are in CollectionA but are not in CollectionB. How woul...
Doug Gibbs
Votes: 0
Answers: 1
How to search on properties aggregated by op.arrayAggregate
For this input data:
{
"document1": [
{
"data": {
"rownum": "1",
"CustomerName": "Name1&q...
Michal Sobanski
Votes: 0
Answers: 1
For loop in dictionary in XQuery
I am trying to loop over items and output number of occurrences for each one, but it outputs the same dictionary a number of times equal to the number of items. Is there a way same as using parenthese...
Sara
Votes: 0
Answers: 2