Skip to content

Commit

Permalink
fix Mantis #40812
Browse files Browse the repository at this point in the history
  • Loading branch information
Uwe-Kohnle committed Aug 12, 2024
1 parent 85eff8a commit c8e7b7a
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions components/ILIAS/CmiXapi/LuceneObjectDefinition.xml
Original file line number Diff line number Diff line change
@@ -1,24 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<ObjectDefinition xmlns:xi="http://www.w3.org/2001/XInclude" type="cmix">
<Document type="default">
<!--
<xi:include href="../../Services/Object/LuceneDataSource.xml" />
<xi:include href="../../Services/Tagging/LuceneDataSource.xml" />
<xi:include href="../../Services/MetaData/LuceneDataSource.xml" />
-->
<DataSource type="JDBC" action="append">
<Query>
SELECT title FROM object_data
</Query>
<Param format="list" type="int" value="objId" />
<Field store="YES" index="ANALYZED" column="title" type="text" name="propertyLow" />
</DataSource>
<DataSource type="JDBC" action="append">
<Query>
SELECT description FROM object_data
</Query>
<Param format="list" type="int" value="objId" />
<Field store="YES" index="ANALYZED" column="description" type="text" name="propertyLow" />
</DataSource>
</Document>
</ObjectDefinition>

0 comments on commit c8e7b7a

Please sign in to comment.