-
Notifications
You must be signed in to change notification settings - Fork 40
Usage FAQs
mattplindsay edited this page Jan 21, 2018
·
4 revisions
Unfortunately, Swagger – the REST API UI we use – doesn’t support submitting multi line strings and so this is not possible. However, you are able to submit the YAML pipeline directly to the REST endpoint and bypass Swagger.
When submitting a POST, you must make sure that you are submitting the fields (name and yaml) in the header (as query parameters) and not in the body as content in the http body is not currently supported.
When using the OpenNLP annotators, make sure you are also including language.OpenNLP
in the pipeline (see Using OpenNLP with Baleen).
If you built baleen from source (using (for example) mvn clean install
) then you may not have packaged the java-doc into the aggregate-jar. follow the directions here to do this.