Version 1 (modified by 5 years ago) ( diff ) | ,
---|
Change Log Build 105
- Indexing of parent and child relation now also supports type attribute. Relations markup is exposed to the indexer as follows:
<object> <relations> <!-- <relation> kann öfter vorkommen --> <relation> <id>59521</id> <leftId>48634</leftId> <rightId>59517</rightId> <type>child_content</type> <typeId>135</typeId> <meta/> </relation> <relation> <id>59521</id> <leftId>59517</leftId> <rightId>73739</rightId> <type>translation_source</type> <typeId>8</typeId> <meta/> </relation> <!-- parents & children as a separate list for easier indexing --> <parents> <id type="child_content">48634</id> </parents> <children> <id type="translation_source">73739</id> </children> </relations> </object>
copytoexisting
now requires a lock on the target object.- All relation resolvers except
FixedRelationResolver
removed from config and no longer supported.
Note:
See TracWiki
for help on using the wiki.