Questions tagged [marklogic-7]

7th Version of MarkLogic - An Enterprise NoSQL Database. Indicates a question specific to MarkLogic 7; 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 7 provided Tiered Storage, SPARQL and Semantic Support, XCC Load balancing and many other enhancements

61 questions
1
vote
3 answers

Marklogic function to convert excel file to XML?

Is there any function in MarkLogic which will take the input as excel file and convert it into XML file. I came across one function xdmp:excel-convert() but this function is generating the .xhtml file. and is not working for .xlsx extension excel…
Dixit Singla
  • 2,540
  • 3
  • 24
  • 39
1
vote
1 answer

How to define relationship between xmls in MarkLogic and use it while search API?

These are the documents I have inserted in the database. 123 456 dixit title 456 789
Dixit Singla
  • 2,540
  • 3
  • 24
  • 39
1
vote
2 answers

cts:search is returning unexpected results for unfiltered search option when wildcard is enabled

I am performing cts:search with "unfiltered" option and wildcard search is enabled (means passing "wildcarded"). In my database, I have inserted 5 xml documents which I have pasted below. In the below cts:query if the value of journalTitle element…
Dixit Singla
  • 2,540
  • 3
  • 24
  • 39
1
vote
1 answer

MarkLogic - MS Word and Excel to XML through CPF WEBDAV

I am using Developer licence to learn MarkLogic, I am a certified MarkLogic developer. https://docs.marklogic.com/guide/cpf/default By going through above link, I can successfully generate xml from an input PDF file through WEBDAV, but I cannot…
1
vote
2 answers

how to check if a graph exists or not in marklogic database?

I am using java-api of Marklogic database, As per my requirement I delete the triple graph each time I receive request and then create a new one with triples. For now I have wrapped the code in try-catch block to catch exception and proceed. try { …
Harshit Saklecha
  • 100
  • 1
  • 10
1
vote
1 answer

Unrecognized Log Error

We faced some issues on our clustered production environment like query latency, slow down and much more. We are unable to find out any reason behind that. We checked the monitoring system and it looks good to us. However, we have found some strange…
Navin Rawat
  • 3,208
  • 1
  • 19
  • 31
1
vote
1 answer

Perform search on multiple Database

Our requirement is to perform MarkLogic search capabilities on multiple MarkLogic databases. We have two version of Marklogic 7 & 8. There are two scenario for this requirement: Databases are available on one MarkLogic server. In this case we want…
Navin Rawat
  • 3,208
  • 1
  • 19
  • 31
1
vote
1 answer

How to execute a query in eval.xqy file with app-server id

I need to run query with importing modules from pod. Without importing modules if I run simple query with Database Id using below, it is working. let $queryParam := fn:concat("?query=",xdmp:url-encode($query),"&eval=",$dataBaseId,":123") let…
Karthick
  • 246
  • 4
  • 16
0
votes
1 answer

What is return type of function?

I tried to get the size of document in marklogic. `xdmp:binary-size(xdmp:unquote($uri,(),"format-binary")/binary())` I got 90 as return type. Can anyone specify me is this byte,kb or mb?
0
votes
1 answer

How to process large number of documents in chunk to avoid expanded tree cache full

I have one entity in MarkLogic under which around 98k+ documents (/someEntity/[ID].xml) are present and I have one situation in which I have to add a few new tags in all those documents. I prepared a query to do add child node and then try to run…
IAM
  • 11
  • 4
0
votes
1 answer

What function(s)/ API(s) are used when database configuration is exported/imported from "8002" port in Marklogic

Want to understand what function(s)/ API(s) are used when database configuration is exported/imported from 8002 port in Marklogic. The purpose is to use these API(s) from QConsole to update database configuration. There are different admin APIs to…
Ashish Patil
  • 150
  • 9
0
votes
0 answers

Update managed document without creating new version in MarkLogic 10

I have one situation in which I am utilizing document DLS versioning feature in the application. So, there is demand of document updated before publishing a new version of the document (the reason behind is, it require verification from the third…
IAM
  • 11
  • 4
0
votes
2 answers

Managed document not working in MarkLogic 10 after xdmp:document-insert

First time manage document using dls:document-insert-and-manage Update the same document using xdmp:document-insert Document get lost from the dls latest version collection cts:search(/scopedIntervention/id , dls:documents-query()) First…
0
votes
1 answer

MarkLogic 10 - database restore from MarkLogic 7 - unable to search managed document in restored data

I am upgrading MarkLogic from 7 to 10. I am trying to restore backup from MarkLogic 7 to MarkLogic 10. Database restored successfully but facing issues with managed documents. I verified managed documents history and it is present in the database.…
0
votes
1 answer

Marklogic Cluster configuration issue - (xdmp:wrong-host )

I am creating the cluster in Marklogic AWS AMi instance.I initiated the host successfully and added the node to the Cluster. After that , I had verified the host status from the Node-1 Admin UI and its connected . However when i am accessing the url…
Aswanikumar
  • 115
  • 1
  • 9