I have this running locally, but for some reason I am only able to get cmisbjectId and the attachment (ie file) information. I don't get any of the other metadata columns that I specified in my ES mapping. In fact, cmisbjectId was there before I started specifying any CMIS columns in the mapping. I'm a novice at both so it's probably something simple.
Is there anything on the CMIS side that should be done to expose columns? My CMIS query is: select * from cmis:folder where cmisbjectId='workspace://SpacesStore/xxx'
My first try I just wanted to get the standard document metadata: cmis:name, cmis:LastModifiedDate, cmisObjectTypeId…
But the only attribute I can find in my ElasticSearch results is cmisbjectId. I downloaded the connector code and (I could be wrong) it appears to only add properties ending in "ObjectId". I hope I am wrong.
My further plan was to create multiple (one per aspect) jobs so that I can join to the aspect and pull aspect-specific properties too.
I took your advice and posted into the mailing list, but the first reply is telling me that the query you supply when creating the job doesn't define the properties - it is ONLY used to get the list of docs. If that is correct I will have to look for an alternative! The reply suggested I look at the Alfresco-specific connector, so I am about to try that.