Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想创建一个在portal_catalog 中根本没有注册的敏捷内容类型。
我不想在创建后取消对它的索引,但我真的希望它永远不会在 portal_catalog 中被索引。这可能吗?如何?
这是出于性能原因,并且因为我的内容类型不提供任何索引(路径索引除外)
谢谢 !
为您的内容类型使用自定义类。覆盖 _getCatalogTool 方法(继承自 Products.CMFCore.CMFCatalogAware.CMFCatalogAware)并使其返回 None。