<?xml version="1.0" encoding="UTF-8"?>
<ObjectDefinition xmlns:xi="http://www.w3.org/2001/XInclude" type="dcl" indexType="incremental">
    <Document type="default">
        <xi:include href="../../../components/ILIAS/ILIASObject/LuceneDataSource.xml"/>
        <xi:include href="../../../components/ILIAS/Tagging/LuceneDataSource.xml"/>
        <xi:include href="../../../components/ILIAS/LearningModule/LucenePageEditorDataSource.xml"/>
        <xi:include href="../../../components/ILIAS/MetaData/LuceneDataSource.xml" />
        <DataSource type="JDBC" action="append">
            <Query>
                SELECT 1 as offline FROM il_dcl_data
                WHERE is_online = 0
                AND id IN(?)
            </Query>
            <Param format="list" type="int" value="objId"/>
            <Field store="YES" index="NOT_ANALYZED" column="offline" type="text" name="offline"/>
        </DataSource>
    </Document>
</ObjectDefinition>
