04-22-2014 05:11 AM
//upload documents in a specific folder
WebServiceFactory.getRepositoryService().update(cml);
//try to load the before written documents
nodes = WebServiceFactory.getRepositoryService().get(new Predicate(null,STORE,query));
nodes = WebServiceFactory.getRepositoryService().get(new Predicate(null,STORE,query));
04-22-2014 05:24 AM
04-22-2014 06:13 AM
+PATH:"/app:company_home/cm:Customer/cm:Zuse_x002c__x0020_Konrad//*" AND TYPE:\{http\://www.alfresco.org/model/content/1.0\}content
<type name="cm:content">
<title>Content</title>
<parent>cm:cmobject</parent>
<archive>true</archive>
<properties>
<property name="cm:content">
<type>d:content</type>
<mandatory>false</mandatory>
<!– Although content is marked as indexed atomically it may end up asynchronous –>
<!– if the content conversion will take too long. Content that does not require conversion –>
<!– to UTF8 test/plain will always be indexed atomically –>
<index enabled="true">
<atomic>true</atomic>
<stored>false</stored>
<tokenised>true</tokenised>
</index>
</property>
</properties>
</type>
04-23-2014 11:48 AM
index.subsystem.name=solr
index.subsystem.name=lucene
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.