Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
ManifoldCF 1.6.1
-
None
-
None
Description
Actually when we try to ingest contents using the following query:
select cmis:objectId, cmis:name from cmis:document
ManifoldCF will create indexes for all the contents including all the metadata without considering what we have specified in the select clause.
Probably a better behavior should be based on considering only the properties specified in the select clause.