...
Page Properties | ||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||
Resources & Remarks Modification History
|
Excerpt |
---|
A description of the structure in which yuuvis® Momentum expects objects to be formatted and returns objects. |
...
The maximum value for the total number of sub-properties within one JSON value is 500. The keys have to be strings not longer than 32 characters and have to follow the convention [a-zA-Zz][a-zAz0-Z0-9]*. The maximum depth for JSON structure is 16. Empty maps are not allowed in any position of the JSON and are replaced by null
.
...
Property | Description | Required in an import body where the 'renditions' section is specified | |
---|---|---|---|
mimeType | mimeType of the rendition. Available values: | yes | |
kind | Kind of the rendition. Available values: | yes | |
contentStream | Section of content stream properties describing the details of the plain text file that should be read to create the text rendition. It has to be included into the multipart request body. | yes | |
length | Length of the file to be read for the creation of the rendition. | no | |
mimeType | mimeType of the file to be read for the creation of the rendition. Available values: | no | |
fileName | Name of the file to be read for the creation of the renditionrendition file. | no | |
cid | Reference within the multipart on the file to be read for the creation of the rendition. | yes |
...
The example objects
list below is taken from an import request body in which an e-mail file is assigned as binary content file. Since the section renditions
is also specified, the CONTENTANALYZER will not analyze the email file. The plain text read from the file content.txt
will referenced by cid
will be stored in Elasticsearch for full-text search.
...