[Zope-Checkins] CVS: Zope2 - Index.py:1.27.14.1 TextIndex.py:1.25.128.1 UnIndex.py:1.24.2.1 UnTextIndex.py:1.37.2.1

shane@digicool.com shane@digicool.com
Tue, 30 Jan 2001 16:01:48 -0500 (EST)


Update of /cvs-repository/Zope2/lib/python/SearchIndex
In directory korak.digicool.com:/tmp/cvs-serv19270/lib/python/SearchIndex

Modified Files:
      Tag: CacheableZCatalog
	Index.py TextIndex.py UnIndex.py UnTextIndex.py 
Log Message:
As an experiment, integrated ZCatalog and CacheManagers.  Came very
close to getting it to work, but then realized that the "catalog brains" were
holding acquisition wrappers between requests.

Another way for end users to achieve a similar effect is to simply
create a script that performs a catalog query and cache that script
using its parameters.  This will, in fact, yield better returns.