[Zope-Checkins] CVS: Zope2 - GlobbingLexicon.py:1.4.50.3 UnTextIndex.py:1.33.6.1

Chris Petrilli petrilli@serenade.digicool.com
Tue, 23 Jan 2001 15:09:31 -0500


Update of /cvs-repository/Zope2/lib/python/SearchIndex
In directory serenade.digicool.com:/home/petrilli/src/Lexicon/lib/python/SearchIndex

Modified Files:
      Tag: petrilli-Catalog_Lexicon-branch
	GlobbingLexicon.py UnTextIndex.py 
Log Message:
Updated the algorithms used for everything.  Now, when you do globbing
performance should be linear to the result set, whereas before it could be 
exponential.  Also, the __getitem__ interface is modified on UnTextIndex so
that it understands word ID requests faster.