[Zope3-checkins] CVS: Zope3/src/zope/app/index/field - index.py:1.9

Anthony Baxter anthony@interlink.com.au
Sun, 13 Jul 2003 04:23:48 -0400


Update of /cvs-repository/Zope3/src/zope/app/index/field
In directory cvs.zope.org:/tmp/cvs-serv16578/app/index/field

Modified Files:
	index.py 
Log Message:
Hooked up full text indexing. There's a new interface ISimpleQuery that 
accepts a term and returns a list of hubids. A simple adapter is installed
to adapt textindex to this interface. FieldIndex actually implements this
interface, rather than IQuerying (oops).


=== Zope3/src/zope/app/index/field/index.py 1.8 => 1.9 ===
--- Zope3/src/zope/app/index/field/index.py:1.8	Sat Jul 12 23:35:57 2003
+++ Zope3/src/zope/app/index/field/index.py	Sun Jul 13 04:23:13 2003
@@ -80,7 +80,7 @@
 
 class FieldIndex(FieldCatalogIndex):
 
-    implements(ISubscriber, IUIFieldIndex)
+    implements(IUIFieldIndex)
 
     currentlySubscribed = False # Default subscription state