Hi Florent!
Florent Guillaume wrote:
Are you doing further work on the portal_catalog handlers you currently
have? I'd be interested in continuing that work, as I want full-CMFSetup
configuration to work as soon as possible.
Yes. But my code depends on Zope 2.8.1 and I'm currently waiting for
Tres' CMFSetup proposal. I don't plan a CMF 1.5 backport.
The attached XML is a snapshot of the default configuration. The
roundtrip (im- and export) works but needs more testing and polishing.
Cheers,
Yuppie
<?xml version="1.0"?>
<object name="portal_catalog" meta_type="CMF Catalog">
<property name="title"></property>
<object name="plaintext_lexicon" meta_type="ZCTextIndex Lexicon">
<element name="Whitespace splitter" group="Word Splitter"/>
<element name="Case Normalizer" group="Case Normalizer"/>
<element name="Remove listed stop words only" group="Stop Words"/>
</object>
<object name="htmltext_lexicon" meta_type="ZCTextIndex Lexicon">
<element name="HTML aware splitter" group="Word Splitter"/>
<element name="Case Normalizer" group="Case Normalizer"/>
<element name="Remove listed stop words only" group="Stop Words"/>
</object>
<index name="Date" meta_type="DateIndex">
<property name="index_naive_time_as_local">True</property>
</index>
<index name="Description" meta_type="ZCTextIndex">
<indexed_attr value="Description"/>
<extra name="index_type" value="Okapi BM25 Rank"/>
<extra name="lexicon_id" value="plaintext_lexicon"/>
</index>
<index name="SearchableText" meta_type="ZCTextIndex">
<indexed_attr value="SearchableText"/>
<extra name="index_type" value="Okapi BM25 Rank"/>
<extra name="lexicon_id" value="htmltext_lexicon"/>
</index>
<index name="Subject" meta_type="KeywordIndex">
<indexed_attr value="Subject"/>
</index>
<index name="Title" meta_type="ZCTextIndex">
<indexed_attr value="Title"/>
<extra name="index_type" value="Okapi BM25 Rank"/>
<extra name="lexicon_id" value="plaintext_lexicon"/>
</index>
<index name="Type" meta_type="FieldIndex">
<indexed_attr value="Type"/>
</index>
<index name="allowedRolesAndUsers" meta_type="KeywordIndex">
<indexed_attr value="allowedRolesAndUsers"/>
</index>
<index name="created" meta_type="DateIndex">
<property name="index_naive_time_as_local">True</property>
</index>
<index name="effective" meta_type="DateIndex">
<property name="index_naive_time_as_local">True</property>
</index>
<index name="expires" meta_type="DateIndex">
<property name="index_naive_time_as_local">True</property>
</index>
<index name="getId" meta_type="FieldIndex">
<indexed_attr value="getId"/>
</index>
<index name="in_reply_to" meta_type="FieldIndex">
<indexed_attr value="in_reply_to"/>
</index>
<index name="listCreators" meta_type="KeywordIndex">
<indexed_attr value="listCreators"/>
</index>
<index name="modified" meta_type="DateIndex">
<property name="index_naive_time_as_local">True</property>
</index>
<index name="path" meta_type="PathIndex"/>
<index name="portal_type" meta_type="FieldIndex">
<indexed_attr value="portal_type"/>
</index>
<index name="review_state" meta_type="FieldIndex">
<indexed_attr value="review_state"/>
</index>
<column value="CreationDate"/>
<column value="Date"/>
<column value="Description"/>
<column value="EffectiveDate"/>
<column value="ExpirationDate"/>
<column value="ModificationDate"/>
<column value="Subject"/>
<column value="Title"/>
<column value="Type"/>
<column value="created"/>
<column value="effective"/>
<column value="expires"/>
<column value="getIcon"/>
<column value="getId"/>
<column value="listCreators"/>
<column value="modified"/>
<column value="portal_type"/>
<column value="review_state"/>
</object>
_______________________________________________
Zope-CMF maillist - [email protected]
http://mail.zope.org/mailman/listinfo/zope-cmf
See http://collector.zope.org/CMF for bug reports and feature requests