MLW UK: Jumpstart The Basics for Getting Started With MarkLogic

preview_player
Показать описание
Learn how to bring your data into a MarkLogic database, create queries, and communicate through MarkLogic APIs. In this project-based session, we build a database from scratch and then stand up an application that uses it. This dynamic session provides you with the basics to get started with MarkLogic while delivering valuable insights from the field.
Рекомендации по теме
Комментарии
Автор

Hi, This is giving me the following error: <message>The REST Instance could not be created with the payload as supplied. Validation error: XDMP-VALIDATENODECL: (err:XQDY0084) validate full { () } -- Missing element declaration: Expected declaration for node fn:doc("")/*:rest-api in non-lax mode using schema ""</message>

How can I fix this? I'm a beginner. Not understanding what to fix.

AnuragKanishkaVlogs
Автор

Hi,

Do we require to app servers as show above tutorial. App server 8011 & 8012. One server 8011, which has been created via script curl & another one which created via admin.Please clarify.

dineshgupta
Автор

How can we connect to other DB in the marklogic. like providing the tns file username and pwd?

sarank
Автор

How can we integrate marklogic to spring @Transactional for two phase commit
@Transactional is supporting fro oracle, mysql, ActiveMQ but not for marklogic. could you please help me with sample code

venugutala
Автор

I think the walk through of using Java API client is missing here.

gentlemanchat
Автор

Does the REST API for querying have equal functionality to xquery? Thanks

samirgandhi
Автор

Perfect, it was very good and informative, Thanks.

Have issue while doing only title search

for $doc in cts:search(fn:doc(), "earthquake")[1 to 10]
return

<head>
<node1>
<title>earthquake</title>
</node1>
</head>

This always returns "your query returned an empty sequence"

Any suggestions?
if i do return $doc, it returns results, so issue is with xpath

manishjoisar
Автор

Too much talking and lack of real documentation or where to download that. She is explaining good, but the product itself is a nightmare. Videos from 8 years 10 years ago.and the new videos are just meeting explaining the updates not actually doing it

lolafunchow