Hello,
I'm trying to make a quartz scheduled job to compare md5 hashes on nodes.
When trying to select all the nodes containing my md5 aspect I notice that
ResultSet results = serviceRegistry.getSearchService().query(StoreRef.STORE_REF_WORKSPACE_SPACESSTORE, SearchService.LANGUAGE_SOLR_CMIS , "SELECT * FROM cmc:md5Aspect");
only returns the cm:documents containing the md5 aspect while running the
same query from the node browser returns all the nodes containing this aspect.
I have tried this with lucene using ASPECT:"cmc:md5Aspect" and I get the same result,
only cm:content nodes are returned while the node browser returns all documents.
Am I using searchservice in a wrong way or could this be a bug in 4.0c?
Thanks,
Glenn