Le dim 14/07/2002 à 12:43, Chris Withers a écrit :
christophe robert wrote:
I seek to know if somebody succeeded has to integrate a mechanism of weighting or relevance on ZCatalog or TextIndexNG
ZCTextIndex (available from cvs.zope.org) looks like it's supposed to behave just like google.
I try to install ZCTextIndex with Zope-2.5.1 but i have this message Traceback (most recent call last): File "/home/Zope-2.5.1-linux2-x86/lib/python/OFS/Application.py", line 531, in import_product product=__import__(pname, global_dict, global_dict, silly) File "/home/Zope-2.5.1-linux2-x86/lib/python/Products/ZCTextIndex/__init__.py", line 20, in ? from Products.ZCTextIndex import ZCTextIndex, HTMLSplitter File "/home/Zope-2.5.1-linux2-x86/lib/python/Products/ZCTextIndex/ZCTextIndex.py", line 24, in ? from AccessControl.Permissions import manage_zcatalog_indexes, search_zcatalog ImportError: cannot import name manage_zcatalog_indexes
Maybe that will cover your weighting requirements?
cheers,
Chris