Questions tagged [marklogic-10]

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

MarkLogic 10 is the latest release of MarkLogic's NoSQL document database.

198 questions
0
votes
1 answer

Does Marklogic database support Lemmatization?

I see Marklogic database support for stemming but does it support Lemmatization. If yes then how do we implement this feature.
ajitvg
  • 39
  • 3
0
votes
1 answer

MarkLogic forest memory and cache memory, resulting in low memory warnings

we are seeing lot of low memory warnings in MarkLogic logs. forest + cache is exceeding 100% of memory. what exactly is forest memory why it is spiking up drastically during loading content. we are seeing spike in meters db from 4GB to 21-25GB…
0
votes
1 answer

Some directories don't have prop:directory in Marklogic

In Marklogic DB some of the directories don't have a prop:directory,how to fix this. we have set directories creations are automatic. Thanks,
Jayabalan
  • 361
  • 1
  • 7
0
votes
1 answer

In MarkLogic should you close EvaluResultIterator if it is unused or contains the empty sequence?

I am using the java-api from MarkLogic to evaluate XQueries. Sometimes these XQueries return nothing(the empty sequence) or the result is not used. According to the…
0
votes
0 answers

Unable to run XQuery scripts in URL Rewriter for MarkLogic SSO

I'm working on using an XQuery re-writer script to automate the login for a Single Sign-On solution. I'm starting with the Admin App Server at port 8001. In the App Server configuration I have: Set authentication = application-level Set url rewriter…
Ryan Miller
  • 315
  • 8
  • 18
0
votes
0 answers

How to call custom search REST API MarkLogic Data hub 5

I want to have a custom endpoint for search in which I can pass custom json object in body of POST Request search-custom.sjs from which I want to call a xquery module. /data-hub/src/main/ml-modules/services/search-custom.sjs has function…
0
votes
1 answer

404 not found for http calls when using non-admin user in Marklogic

I have a set of API endpoints which is redirected to the respective Xquery modules using a custom rewriter(that uses rest:rewrite) and custom error handler (that uses $error:errors). The HTTP calls are of GET and POST methods. When I try to access…
Antony
  • 183
  • 8
0
votes
1 answer

XSLT 3.0 support in Marklogic xml transformation

I'm new to Marklogic XSLT transformations and I have the below questions. What XSLT engine does Marklogic use to transform document using xdmp:xslt-invoke() function?Is there a way that we can support XSLT 3.0 version in Marklogic? I'm trying to use…
Antony
  • 183
  • 8
0
votes
1 answer

Hadoop connector for marklogic deprecated from v10

I read in the MarkLogic site that the MarkLogic Hadoop connector is deprecated and will be removed in future releases? Any reason behind such decision? If we are considering to use hdfs for tier 3 storage, we should avoid? Any other alternatives?
first last
  • 65
  • 4
0
votes
1 answer

Marklogic snippet return incomplete result set

I am looking out method for getting all matches in snippet.but I am getting incomplete set of result. I have set maxSnippetChars,maxMatches,perMatchTokens values to max. Structure of documents is an array of objects and I want path all matching…
swat
  • 71
  • 7
0
votes
0 answers

Restore MarkLogic 10 Default Server & Database Configuration

I tried moving default databases like Schemas, Security, Modules etc., to different directory location but suddenly the admin console access is revoked and now NO users are able to login. Please help me as to how to restore default database to the…
SarV
  • 1
0
votes
1 answer

How can I validate XML documents in a specific database against a schema in the Schemas database in Marklogic's query console?

Using Marklogic 10's Query Console. I am trying to validate XML documents against two different schemas that I have loaded into the Schemas database. The XML documents I want to validate are in a database I created called "myDatabase". I want to be…
user2725782
  • 139
  • 9
0
votes
1 answer

MarkLogic 10 - configure App Server, Forest and Database from remote location on the server

I am looking for full automation right from configuring App Server, Forest, and Database. I found way to configure MarkLogic through configuration program as per https://docs.marklogic.com/guide/admin-api/configure I am looking for a way that can be…
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…
1 2 3
13
14