[Zope3-checkins] CVS: Zope3/src/zope/app/index/text - configure.zcml:1.5
Steve Alexander
steve@cat-box.net
Thu, 6 Feb 2003 08:05:49 -0500
Update of /cvs-repository/Zope3/src/zope/app/index/text
In directory cvs.zope.org:/tmp/cvs-serv17168/src/zope/app/index/text
Modified Files:
configure.zcml
Log Message:
query text index stuff.
=== Zope3/src/zope/app/index/text/configure.zcml 1.4 => 1.5 ===
--- Zope3/src/zope/app/index/text/configure.zcml:1.4 Sun Jan 5 14:04:42 2003
+++ Zope3/src/zope/app/index/text/configure.zcml Thu Feb 6 08:05:48 2003
@@ -16,5 +16,9 @@
interface="zope.app.interfaces.services.query.IQueryProcessable"
/>
</content>
-
+<adapter
+ factory="zope.app.index.text.processors.BatchedRankedProcessor"
+ provides="zope.app.interfaces.services.query.IQueryProcessor"
+ for="zope.textindex.textindexinterfaces.IQuerying"
+ />
</zopeConfigure>