-
Notifications
You must be signed in to change notification settings - Fork 343
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
85eff8a
commit c8e7b7a
Showing
1 changed file
with
0 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |