05-27-2008 10:08 AM
<type name="cm:contentNoIndexing">
<title>Content</title>
<parent>cm:cmobject</parent>
<archive>true</archive>
<properties>
<property name="cm:contentNoIndexing">
<type>d:content</type>
<mandatory>false</mandatory>
<!— Index content in the background –>
<index enabled="false">
<atomic>false</atomic>
<stored>false</stored>
<tokenised>false</tokenised>
</index>
</property>
</properties>
</type>
With the webservice client we can create documents of this type. To retrieve the documents we have 2 problems:content = getContentService().read(new Predicate(new Reference[]{new Reference(STORE, dmsId, null)}, STORE, null), PROP_CONTENT_NO_INDEXING);
ContentUtils.getContentAsInputStream(content[0])
we get:The node's content is missing:
node: workspace://SpacesStore/449bd2ae-2bf4-11dd-acee-fd7ebfbe7924
reader: null
Please contact your system administrator.
05-29-2008 10:33 AM
05-30-2008 01:16 PM
06-04-2008 07:53 PM
lucene.maxAtomicTransformationTime=0
07-18-2008 09:58 AM
Hi,
The web client is looking for cm:content and cm:folder types and their descendents only - it is a file/folder browser. You can extend your cm:contentNoIndexing from the cm:content type and override the cm:content property. Then the web client will recognise it as being a file.
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.