linzhixing
linzhixing
With some version of CMIS Workbench(like 0.12.0), there is a problem of SOAP. With 0.10.0 it seems to work correctly.
Expose user/group also in the form of cmis:item. CMIS client can put them into OpenCMIS cache, in addition to that it is more beautiful if we can handle with any...
Rendition MIMEtype and length are provided with those of ContentStream.
It is maybe desired to create and put zip files on the server side for a certain period of time.
Implement multiple files downloading as a zip file or something like that.
At the moment Solr always goes to see CMIS change logs for indexing. It goes well with incremental indexing, though, brings about performance problem for full indexing, which requires to...
If you specify `repositories.setting.file` property in app-server-solr.properties in tomcat shared/classes, setting file was not correctly read. This caused NullPointerException in CmisServiceFactory L132: ``` RepositorySetting setting = getRepositorySettings().get(repositoryId); ```
Now ``` "childrenNames": { "map": "function(doc) {var result={}; result[doc.name]=doc._id; if (doc.type == 'cmis:document' || doc.type == 'cmis:folder') emit(doc.parentId, doc.name);}" } ``` `var result={}; result[doc.name]=doc._id;` does no work.