Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Content-Package to Feature Model Converter 1.3.0
-
None
Description
The index definition files generated by the cpcconvertor are missing mandatory jcr:content nodes.
How the resource should look:
"tika": { "jcr:primaryType": "nam:nt:unstructured", "config.xml": { "jcr:primaryType": "nam:nt:file", "jcr:content": { "jcr:mimeType": "text/xml", "jcr:data": ":blobId:<binary_data>", "jcr:primaryType": "nam:nt:resource" } } }
How it looks like now:
"tika":{ "jcr:primaryType":"nam:nt:unstructured", "config.xml":{ "jcr:primaryType":"nam:nt:file", "jcr:data":":blobid:<binary_data>" } }
there is no jcr:content node present