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
0
votes
1 answer

Rest API management - curl command Error while setup the host in Marklogic server from terminal

I have a cluster that created in the AWS and set up with one host Manually . we are trying to add multiple host in the same cluster. I choose REST Admin API Management(/admin/v1/cluster-config…
Aswanikumar
  • 115
  • 1
  • 9
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 add collation in an existing element range index in marklogic

I have already created an element range index in MarkLogic 7 with scalar type gYear. I wrote the following script, ran it and successfully created the index, xquery version "1.0-ml"; import module namespace admin = "http://marklogic.com/xdmp/admin"…
0
votes
1 answer

xquery function to return a matching text come up on top ahead of others

I am trying to search for a text "car race" in an element in my database. I have the following results returned in my result, I need to order the result such that "car race" comes first since its an exact match, followed by other results in order by…
Selva
  • 237
  • 1
  • 7
0
votes
1 answer

Searching in same element

I have to search a xml based on two attributes and it's element value. For this I have used cts:near-query with distance zero. But am getting xml that doesn't contain the matching value. I have enabled the position values in settings and done…
UHM
  • 21
  • 1
0
votes
1 answer

Concatenate multiple fields into a single field in marklogic

These are the sample XMLs I'm uploading to my database: 123456
RapTor
  • 27
  • 4
0
votes
1 answer

unexpected behaviour of "unfiltered" search in MarkLogic

Unfiltered search is giving wrong results. please find the below xml samples and problem. Sample: 11 ee1 ee2 10 10
Dixit Singla
  • 2,540
  • 3
  • 24
  • 39
0
votes
1 answer

how to search for documents which do not have particular element or having null value in the element?

I want to search documents which do not have particular element or element having no child node(even text node) and the element should have a particular parent node. for example: sample xmls: 123
Dixit Singla
  • 2,540
  • 3
  • 24
  • 39
0
votes
1 answer

MarkLogic 7 Return Document that have a specific element

the cts:element-value-query in MarkLogic 7 does not work like MarkLogic 8, I would like to return the documents that have an element without attention to its value my query is…
Kindle Q
  • 944
  • 2
  • 19
  • 28
0
votes
1 answer

False Positive Returned in wild card character search in Marklogic 7

I am executing an XQuery search against a word query to return values using co-occurrences. But the problem is that while executing a wild card search, then there are certain false positives that are returned as part of the matching documents. The…
Kaustav Banerjee
  • 275
  • 1
  • 10
0
votes
0 answers

Unexpected XQueryException: Port is currently in use error in sbt console

I am using Marklogic 7.0-5 along with Play 2.2.6 in my project. I am running run 9002 command on sbt console where my project repo path points on my machine.It prompts me with the following message Cannot load the JNotify native library (no jnotify…
RD_10
  • 1
0
votes
1 answer

facet concurrent resolution ?

Is search:search concurrent option for facet calculations runs internally as (many facets resolved on the same core in parallel) or ( each facet resolved on a single core)? What is the maximum limit to the concurrency-level option? is there any…
Ahmad Tamimi
  • 261
  • 1
  • 2
  • 8
0
votes
1 answer

Marklogic : How to use resources

I have created resources for GET, POST, PUT, DELETE using REST convention. I want to use it. Please let me know, how to use the resource which I have created.
RCS
  • 1,370
  • 11
  • 27
0
votes
1 answer

Marklogic unable to return search response for super database

I am using MarkLogic 7. I have a an app server endpoint called Mysearch that is attached to a database called SuperDb. This SuperDb has a sub database called SubDb. I have a user that has rights to read documents, execute xquery. When i log into…
C Kingsley
  • 228
  • 1
  • 10
0
votes
1 answer

Find number of documents in a collection in Marklogic7 using Marklogic Rest API

I am using Marklogic 7 Rest API and I want to find out the number of documents in any collection in my Marklogic database. How can this be achieved?
Ankit Bhardwaj
  • 754
  • 8
  • 27