Marklogic DHF Ingest с клиентским API ML Rest - PullRequest
0 голосов
/ 13 ноября 2018

Я вызываю свой поток загрузки, используя следующий URL

http://10.239.11.100:8010/v1/documents?uri=/cortellis/company/13601.xml&transform=ml:inputFlow&trans:entity-name=cortellis-company&trans:flow-name=input-company-cortellis&trans:flow-type=input&trans:job-id="nifi-ingest"&collection="cortellis,http://test.com/company"&perm:rest-reader=read&perm:rest-writer=update

Я получаю следующую ошибку

    "errorResponse": {
        "statusCode": 400,
        "status": "Bad Request",
        "messageCode": "RESTAPI-INVALIDREQ",
        "message": "RESTAPI-INVALIDREQ: (err:FOER0000) Invalid request:  reason: Extension ml:inputFlow or a dependency does not exist: XDMP-MODNOTFOUND: (err:XQST0059) Module /com.marklogic.hub/config.xqy not found"
    }
}

Согласно документации transform:ml:inputFlow .. так что яздесь делаешь неправильно?

ML version : 9.0-6
DHF Version : 2.0.4
...