[Zope-CVS] CVS: Products/ZCTextIndex/help - Lexicon_Add.stx:1.2

Casey Duncan casey@zope.com
Wed, 5 Jun 2002 16:02:05 -0400


Update of /cvs-repository/Products/ZCTextIndex/help
In directory cvs.zope.org:/tmp/cvs-serv31655/help

Modified Files:
	Lexicon_Add.stx 
Log Message:
Added management interface to query words in the lexicon and in the process uncovered a BTreeItems bug, whee!


=== Products/ZCTextIndex/help/Lexicon_Add.stx 1.1 => 1.2 ===
               the incoming content to index is HTML.
 
-            - **Stop Words** To conserve space in the vocabulary, and possibly increase
-              performance, you can select a stop word remover which subtracts
-              very common or single letter words from the Lexicon. Bear in
-              mind that you will not be able to search on removed stop words,
-              and they will also be removed from queries passed to search
-              ZCTextIndexes using the Lexicon.
+            - **Stop Words** To conserve space in the vocabulary, and possibly
+              increase performance, you can select a stop word remover which
+              subtracts very common or single letter words from the Lexicon.
+              Bear in mind that you will not be able to search on removed stop
+              words, and they will also be removed from queries passed to
+              search ZCTextIndexes using the Lexicon.
 
-            - **Case Normalizer** The case normalizer removes case information from the words in
-              the  Lexicon. If case-sensitive searching is desires, then omit
-              this element from the pipeline.
-S
+            - **Case Normalizer** The case normalizer removes case information
+              from the words in the  Lexicon. If case-sensitive searching is
+              desires, then omit this element from the pipeline.