Ignore:
Timestamp:
08/22/13 12:45:39 (11 years ago)
Author:
mwindhouwer
Message:

M mod-ISOcat-access-data/dbx/DCIF.xml

  • caches DCIF per DC
  • removed inclusion of rank info, so search results can use cached DCIF

M mod-ISOcat-access-data/access/dc_touch.acc

  • remove the cache entry for a DC

M mod-ISOcat-access-data/access/dcs_to_dcif.acc

  • added postprocessing to add rank info if available and requested

M mod-ISOcat-access-data/access/dc_update.acc

  • reformatting
File:
1 edited

Legend:

Unmodified
Added
Removed
  • cats/ISOcat/trunk/mod-ISOcat-access-data/access/dc_touch.acc

    r2724 r3458  
    1 <accessor debug="false">
     1<accessor debug="true">
    22        <name>ISOcat.access.data.dc.touch</name>
    33        <descr>Touch a DC.</descr>
     
    4343                                <type>sloot.cutGoldenThread</type>
    4444                                <param>var:thread</param>
     45                        </instr>
     46                        <!-- delete a cache for the DC -->
     47                        <instr>
     48                                <type>sloot.xquery</type>
     49                                <operator>
     50                                        <string>/dc/{string($dc)}</string>
     51                                </operator>
     52                                <dc>var:dc</dc>
     53                                <target>var:cache</target>
     54                        </instr>
     55                        <instr>
     56                                <type>sloot.dbx-cache</type>
     57                                <entry>var:cache</entry>
     58                                <target>var:cache</target>
     59                        </instr>
     60                        <instr>
     61                                <type>log</type>
     62                                <operand>var:cache</operand>
    4563                        </instr>
    4664                        <!-- (re)check the DC -->
Note: See TracChangeset for help on using the changeset viewer.