[Zope] weighting

christophe robert christof.robert@wanadoo.fr
15 Jul 2002 03:46:25 +0200


Le dim 14/07/2002 =E0 12:43, Chris Withers a =E9crit :
> christophe robert wrote:
> >=20
> > I seek to know if somebody succeeded has to integrate a mechanism of
> > weighting or relevance on ZCatalog or TextIndexNG
>=20
> ZCTextIndex (available from cvs.zope.org) looks like it's supposed to beh=
ave
> just like google.
>=20

I try to install ZCTextIndex with Zope-2.5.1 but i have=20
this message=20


Traceback (most recent call last):
  File "/home/Zope-2.5.1-linux2-x86/lib/python/OFS/Application.py", line
531, in import_product
    product=3D__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?
>=20



> cheers,
>=20
> Chris