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
2
votes
2 answers

Check for null/blank while inserting into MarkLogic DB using MLCP

I am exploring MarkLogic database and have been trying to import data into it by using MarkLogic content pump. Here is the gist of the csv file. firstname, middlename, lastname, address1, address2, city, state, zip, country Rajath,,A,No 20 GN,16th…
DMA
  • 1,033
  • 1
  • 11
  • 22
2
votes
2 answers

Transfer a fresh image of Collections in MarkLogic database to a New server

We need a fresh image of a couple of Collections of data present in one Marklogic database server to another server. We tried to transfer the data using xqsync and MLCP, but it takes too long and the performance of the server goes down. If there is…
user5556585
  • 203
  • 1
  • 5
2
votes
3 answers

How can I improve Marklogic 7 performance on the following: /*[fn:name()="something"]

I have a basic query: /*[fn:name()="something"] (1) Marklogic 7 is taking multiple seconds, is there an index that I can add to make this query faster? (2) Which in memory limits should be increased to improve performance? (3) Are there other ways…
Aslan Brooke
  • 497
  • 2
  • 8
2
votes
3 answers

MarkLogic 7 boost relevance

In MarkLogic, I can boost relevance score for certain documents. For example if I have a document stored in content collection such as the below: Testing…
C Kingsley
  • 228
  • 1
  • 10
1
vote
1 answer

How marklogic compute weight to calculate score for a document

I am exploring relevance info to get information about the factor which influence scoring in Marklogic.
Arvind Kr
  • 177
  • 1
  • 5
1
vote
1 answer

Using the -output_uri_replace option

I am loading JSON documents into a MarkLogic database through MLCP. My input file is a line delimited JSON file. By default my URI is taking the form of path/filename/split_start_seqnum. I would like to instead have the URI contain the values of…
1
vote
2 answers

How to estimate increase in size of data after creating a new range index in MarkLogic?

I want to create a new element range index in my ML db. How can I estimate the size of this new index? I am using ML 8.0-3.2.
1
vote
3 answers

xdmp:quote() - Character special strings <,> are converted to < and > in the output

I have requirement to convert the xml document to InDesign tag file. Indesign Tags do not have end tags . So I am doing recursive replacements of existing element tags and some transformations on data with indesign acceptable styling conventions.…
Aswanikumar
  • 115
  • 1
  • 9
1
vote
2 answers

List of all document names in marklogic forest

I just want to find all document names in a forest. I know the forest name(ABC) and I need to find all documents in that forest(ABC). My out put should looks like this. Forest ABC has A.xml B.xml C.xml and so on...
G Irala
  • 13
  • 3
1
vote
1 answer

Issue with Forest in MarkLogic after MarkLogic downgrade

Recently we updated from ML-7.03 to ML - 8.07, but ran into some issues and had to revert back to ML-7. Unfortunately when we took the backup of the entire ML directory which had ML-7, we didn't realize that the forest data was not part of the…
Amit Gope
  • 120
  • 1
  • 10
1
vote
2 answers

MarkLogic- How to use andNot in structuredQueryBuilder

{"uuid": 121222151, "path": "/aaa/bbb/ccc.json", "name": "newDoc1", "uuid": 121222152, "path": "/aaa/ddd.json", "name": "newDoc1"} I am using StructuredQueryBuilder to search for results. StructuredQueryBuilder queryBuilder = new…
Aravind
  • 362
  • 5
  • 11
1
vote
2 answers
1
vote
2 answers

Marklogic App server 8001- connection Refused Error

I have installed MarkLogic server on the Windows operating system. I am able to access the query console and Dashboard applications. However, I cannot access the admin server on port 8001. I receive a connection refused error. Can someone help me…
Aswanikumar
  • 115
  • 1
  • 9
1
vote
1 answer

How to escape single quote in search:search?

I am using search:search API. In the search options grammar, I have used quotation as "'" ' Now if the search string contains any single quote it will create a wrong cts:query. for example : "pubTitle:''test pub''" For…
Dixit Singla
  • 2,540
  • 3
  • 24
  • 39
1
vote
5 answers

Field value query with special character and unfiltered search returning unexpected results?

Field value query is giving unexpected results when any special character(@,=,#,$,%,^,*) is passed. please find the 4 sample docs I have inserted in to ML. Dinesh JA
Dixit Singla
  • 2,540
  • 3
  • 24
  • 39