Questions tagged [marklogic-9]

Indicates questions specific to MarkLogic 9; use with the MarkLogic tag but not in place of.

Apply to questions that are specific to MarkLogic 9. 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.)

472 questions
0
votes
2 answers

marklogic search by date field in java

I have a CustomPojo where I have a date field(testDate) in it. Now I want to search this CustomPojo's based on the date range of that date field. Am trying to achieve it in following way but unfortunately it is not filtering the data but returning…
0
votes
1 answer

How to create a Template using TDE in MarkLogic to generate Triples

I need to create a Template using TDE in MarkLogic. And this template will generate triples from the exiting XML documents. Where the subject is the URI of the doc, the predicate is the name of the element and the Object is the value of the element.
Anuj Gupta
  • 31
  • 4
0
votes
1 answer

Issues with MarkLogic Managed Cluster in AWS

I used Cloud Formation template to create a 3 node cluster in AWS. I have the EC2 instances in the private subnet and the ELB in public subnet with 'AssociatePublicIpAddress' configuration enabled. Configured the security groups to allow necessary…
0
votes
1 answer

Not an usable net address error when integrating ML 9 with Connector-for-Hadoop2-2.2.3?

Following this ML documentation I am running sample marklogic-hello-world.xml by using the configuration that was present in the documentation. My localhost name is ubuntu.localdomain . When i am giving the same in my configuration file it is…
Private
  • 1,661
  • 1
  • 20
  • 51
0
votes
1 answer

How do you start a log alert to fire on a simple document load in Marklogic?

I'm trying to get a simple log/email alert to fire in Marklogic and am following the examples in the documentation. However I cannot seem to execute an action. My steps: [1] create config and insert. [2] create action and insert. [3]…
Dee
  • 41
  • 3
0
votes
2 answers

Ranking MarkLogic search results

I am trying figure out a way to rank search results according to a field that is not part of the search criteria. i.e. relevance of the search not only depend on the matches but documents also have a default relevance rank among themselves. My…
Kemal Erdogan
  • 1,060
  • 1
  • 9
  • 19
0
votes
2 answers

Marklogic 9.0-3 REST Parameters accessing in REST extensions

I have a REST extension and I have beeing accessing the parameters that have been passed, both in GET and POST as follows.. The parameters are passed as form-data or x-www-form-urlencoded. In my REST extension I would access the parameters via…
Ravi
  • 1,179
  • 6
  • 13
0
votes
2 answers

Search only those XMLs when a particular element occurs multiple times in Marklogic

I am trying to search for document XMLs in Marklogic which have the elements more than once. Following is the structure of one such document XML i want to retrieve: 1
Prakash K
  • 11,669
  • 6
  • 51
  • 109
0
votes
1 answer

Manualy update managed documents without incrementing version

I want to manually update a managed document without incrementing to a new version. I noticed that updating the document referenced by the uri doesn't propagate to the document pointed to by the latest version - I need to make another update…
elmozgo
  • 3
  • 1
0
votes
1 answer

MarkLogic 9.0 32 bit ODBC driver failed SSAS Cube

Hello i wan't to create an tabular cube with Microsoft SSAS on top of the MarkLogic 9.0 TDE views. Everything is ok including creating 32 bit ODBC driver on the MSSQL 2017 Server. When i choise "import data" the list of tables / views are empty, if…
Erik hoeven
  • 1,442
  • 6
  • 26
  • 41
0
votes
2 answers

Hierarchical directory structure in marklogic

Is there any function in X-Query or Node-JS client API to get the list of directories or hierarchical view of files in Marklogic 9?
0
votes
1 answer

XQuery template in MarkLogic doesn't show any values, only attributes (TDE)

I've created a .xml-file and a template to extract some data, but only the attributes show up. This is my .xml-testfile: Human
Taco23
  • 41
  • 5
0
votes
2 answers

Updating JSON arrays in MarkLogic 9

I'm having trouble working out how to write a bit of XQuery. I have a JSON structure in MarkLogic that looks like: { "id": "pres003A10", "title": "A Course About Something", "description": "This course teaches people about some things…
Nic Gibson
  • 7,051
  • 4
  • 31
  • 40
0
votes
0 answers

Got a sorted-list of stop words, what is the most efficient technique to ignore a stop word in search:suggest?

Although I've found a section covering stop words in "Inside MarkLogic Server", I can't seem to digest it at the moment, i.e. how to even lookup and utilize the "StopKeySet". If there's a detailed guide, please provide clues. The sorted list of…
0
votes
1 answer

Error in MarkLogic 9 Java Client with the batcher

I am using the MarkLogic Java client to load a massive amount of data. I am getting the following error after a while and then it just repeats. 23-May-2017 15:09:11.199 WARNING [localhost-startStop-2]…
Loren Cahlander
  • 1,257
  • 1
  • 10
  • 24
1 2 3
31
32