<?xml version="1.0" encoding="UTF-8"?>
<ObjectDefinition xmlns:xi="http://www.w3.org/2001/XInclude" type="spl">
	<Document type="default">
		<xi:include href="../../../components/ILIAS/ILIASObject/LuceneDataSource.xml" />
		<xi:include href="../../../components/ILIAS/Tagging/LuceneDataSource.xml" />
		<xi:include href="../../../components/ILIAS/MetaData/LuceneDataSource.xml" />
		<DataSource type="JDBC" action="append">
			<Query>
				SELECT introduction,outro FROM svy_svy
				WHERE obj_fi IN(?)
			</Query>
			<Param format="list" type="int" value="objId" />
			<Field store="YES" index="ANALYZED" column="introduction" type="clob" name="propertyLow" />
			<Field store="YES" index="ANALYZED" column="outro" type="clob" name="propertyLow" />
		</DataSource>
		<DataSource type="JDBC" action="append">
			<Query>
				SELECT 1 as offline FROM svy_qpl
				WHERE isonline = 0
				AND obj_fi IN(?)
			</Query>
			<Param format="list" type="int" value="objId" />
			<Field store="YES" index="NOT_ANALYZED" column="offline" type="text" name="offline" />
		</DataSource>
	</Document>
</ObjectDefinition>
