ml-modules.root.data-hub.data-services.graph.searchNodes.api Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of marklogic-data-hub Show documentation
Show all versions of marklogic-data-hub Show documentation
Library for Creating an Operational Data Hub on MarkLogic
{
"functionName": "searchNodes",
"desc": "Returns the nodes and edges that are the result of the query passed",
"params": [
{
"name": "query",
"datatype": "jsonDocument",
"$javaClass": "com.fasterxml.jackson.databind.JsonNode",
"schema" : {
"type" : "object",
"properties" : {
"name" : {
"type" : "string"
},
"description" : {
"type" : "string"
},
"namespace" : {
"type" : "string"
},
"namespacePrefix" : {
"type" : "string"
}
}
}
},
{
"name" : "start",
"datatype" : "long",
"desc" : "The name of the model"
},
{
"name" : "pageLength",
"datatype" : "long",
"desc" : "The length of the page"
},
{
"name" : "structuredQuery",
"datatype" : "string",
"desc" : "Structure query definitions",
"nullable": true
},
{
"name" : "queryOptions",
"datatype" : "string",
"desc" : "Customize your searches using query options",
"nullable": true
}
]
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy