Loading TOC...

admin.databaseElementWordQueryThrough

admin.databaseElementWordQueryThrough(
   namespace as String?,
   localname as String
) as element(db.elementWordQueryThrough)

Summary

This function constructs an element word query through specification.

Parameters
namespace The namespace URI.
localname The local name for the node.

Example

  
  const admin = require('/MarkLogic/admin.xqy');
  admin.databaseElementWordQueryThrough("my/namepsace", "elementname" )

   //returns the element word query through specification 
  

Stack Overflow iconStack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.