All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ml-modules.root.data-hub.data-services.graph.searchNodes.api Maven / Gradle / Ivy

There is a newer version: 6.1.1
Show newest version
{
    "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