[Zope-Checkins] CVS: Zope/lib/python/Products/PluginIndexes/TopicIndex/dtml - addTopicIndex.dtml:1.1.2.2 manageTopicIndex.dtml:1.1.2.3
Andreas Jung
andreas@zope.com
Tue, 16 Oct 2001 11:54:06 -0400
Update of /cvs-repository/Zope/lib/python/Products/PluginIndexes/TopicIndex/dtml
In directory cvs.zope.org:/tmp/cvs-serv31904
Modified Files:
Tag: ajung-topicindex
addTopicIndex.dtml manageTopicIndex.dtml
Log Message:
fixed help
=== Zope/lib/python/Products/PluginIndexes/TopicIndex/dtml/addTopicIndex.dtml 1.1.2.1 => 1.1.2.2 ===
<p class="form-help">
-A <em>TopicIndex</em> indexes the physical path of all objects inside
-a catalog. It allows you to search for objects beginning or containing
-a special path component or a set of path component. A path component
-is defined as <em>/<component1>/<component2>/..../<object_id>
-</em>. Note: the <em>object_id</em> will <u>not</u> be indexed by the TopicIndex.
+A <em>TopicIndex</em> is a container for so-called <em>FilteredSets</em>
+that consist of an expression and a set of internal ZCatalog document
+identifiers that fulfill this expession. <em>TopicIndexes</em> are
+usefull for performance reasons when search queries take too long
+and pre-calculated resultsets offer a better performance.
</p>
=== Zope/lib/python/Products/PluginIndexes/TopicIndex/dtml/manageTopicIndex.dtml 1.1.2.2 => 1.1.2.3 ===
<dtml-var manage_tabs>
-<dtml-var "manage_form_title(this(), _,
- form_title='Add FilteredSet to TopicIndex',
- )">
-
<form action="&dtml-URL1;/" method="post" enctype="multipart/form-data">