indexers for commentators, number of comments, and latest comment added.

svn path=/plone.app.discussion/trunk/; revision=27766
This commit is contained in:
Timo Stollenwerk
2009-07-01 20:57:55 +00:00
parent 9e94afc072
commit 6647439971
5 changed files with 240 additions and 4 deletions
@@ -0,0 +1,16 @@
<?xml version="1.0"?>
<object name="portal_catalog">
<index name="total_comments" meta_type="FieldIndex">
<indexed_attr value="total_comments"/>
</index>
<index name="commentators" meta_type="KeywordIndex">
<indexed_attr value="commentators"/>
</index>
<column value="total_comments" />
<column value="last_comment_date" />
<column value="commentators" />
</object>