[Zope-Checkins] CVS: Zope/lib/python/Products/PluginIndexes/TextIndexNG - interactiveDemo.py:1.1.2.7

Andreas Jung andreas@digicool.com
Sat, 2 Mar 2002 12:34:24 -0500


Update of /cvs-repository/Zope/lib/python/Products/PluginIndexes/TextIndexNG
In directory cvs.zope.org:/tmp/cvs-serv14745

Modified Files:
      Tag: ajung-textindexng-branch
	interactiveDemo.py 
Log Message:
minor fixes


=== Zope/lib/python/Products/PluginIndexes/TextIndexNG/interactiveDemo.py 1.1.2.6 => 1.1.2.7 ===
 
 
+    def getId(self):    return self.path
+
+
 class TestCatalog(Catalog):
         
     _objects = {}
@@ -137,6 +140,10 @@
     parser.add_option('-x','--dumbparser', action='store',type='int',
             dest='extra_useDumbParser',
             help='enable dumb query parser',default=0)
+
+    parser.add_option('-C','--converter', action='store',type='int',
+            dest='extra_useConverters',
+            help='use document converters',default=0)
 
     parser.add_option('-c','--casefolding', action='store_true',
             dest='extra_splitterCasefolding', help='enable casefolding',