[Zope-Checkins] CVS: Zope2 - manageIndex.dtml:1.1.2.11

andreas@serenade.digicool.com andreas@serenade.digicool.com
Tue, 29 May 2001 21:01:31 -0400


Update of /cvs-repository/Zope2/lib/python/Products/ZCatalog/dtml
In directory serenade:/tmp/cvs-serv19153

Modified Files:
      Tag: ajung-dropin-registry
	manageIndex.dtml 
Log Message:




--- Updated File manageIndex.dtml in package Zope2 --
--- manageIndex.dtml	2001/05/29 19:27:59	1.1.2.10
+++ manageIndex.dtml	2001/05/30 01:01:31	1.1.2.11
@@ -1,6 +1,40 @@
 <dtml-var manage_page_header>
 <dtml-var manage_tabs>
 
+
+<p class="form-help"> 
+This list defines what indexes the Catalog will contain.  When objects 
+get cataloged, the values of any attributes they may have which match 
+an index in this list will get indexed.  Indexes come in four flavors, 
+Text Indexes, Field Indexes, Keyword Indexes and Path Indexes.
+</p>
+
+<p class="form-help">
+<strong>Text Indexes</strong> break text up into individual words, and 
+are often referred to as full-text indexes. Text indexes 
+sort results by score meaning they return hits in order 
+from the most relevant to the lest relevant.
+</p>
+
+<p class="form-help">
+<strong>Field Indexes</strong> treat the value of an objects attributes 
+atomically, and can be used, for example, to track only a certain subset 
+of object values, such as 'meta_type'.
+</p>
+
+<p class="form-help">
+<strong>Keyword Indexes</strong> index a sequence of objects that act as 
+'keywords' for an object.  A Keyword Index will return any objects 
+that have one or more keywords specified in a search query.
+</p>
+
+<p class="form-help">
+<strong>Path Indexes</strong> index the physical path of a sequence
+of objects. A Path Index will return any objects that match that match
+a partital path specified in a search query.
+</p>
+
+
 <script type="text/javascript">
 <!--