Loading TOC...

admin.databaseElementAttributeWordLexicon

admin.databaseElementAttributeWordLexicon(
   parent-namespace as String?,
   parent-localname as String,
   namespace as String?,
   localname as String,
   collation as String
) as element(db.elementAttributeWordLexicon)

Summary

This function constructs an element attribute word lexicon specification.

Parameters
parent-namespace The namespace of the parent element for the attribute.
parent-localname The local name of the parent element for the attribute.
namespace The namespace URI.
localname The local name for the node.
collation The collation URI (for example, http://marklogic.com/collation/.

Example

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

	"", "myAttribute", "http://marklogic.com/collation/" )
   //returns the element attribute word lexicon specification 
  

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