[Zope-Checkins] CVS: Zope2 - Lexicon.py:1.1.2.5 TextIndex.py:1.1.2.8
andreas@digicool.com
andreas@digicool.com
Wed, 16 May 2001 14:31:11 -0400 (EDT)
Update of /cvs-repository/Zope2/lib/python/Products/PluginIndexes/TextIndex
In directory korak.digicool.com:/tmp/cvs-serv4836/TextIndex
Modified Files:
Tag: ajung-dropin-registry
Lexicon.py TextIndex.py
Log Message:
update
--- Updated File Lexicon.py in package Zope2 --
--- Lexicon.py 2001/05/16 16:09:13 1.1.2.4
+++ Lexicon.py 2001/05/16 18:31:10 1.1.2.5
@@ -114,6 +114,7 @@
def __init__(self, stop_syn=None,useSplitter=None):
+ print "init lexicon"
self.clear()
if stop_syn is None:
--- Updated File TextIndex.py in package Zope2 --
--- TextIndex.py 2001/05/16 16:49:55 1.1.2.7
+++ TextIndex.py 2001/05/16 18:31:10 1.1.2.8
@@ -180,6 +180,7 @@
# Default Splitter
self.availableSplitters = Splitter.availableSplitters
+ print "SPLITTERS:",self.availableSplitters
self.useSplitter = self.availableSplitters[0][0]
# Default text index operator (should be visible to mgmt