[Zope3-Users] Search engine in Zope content component ?

2006-09-28 Thread KLEIN Stéphane

Hello,

how can I make one search engine on my content component ? I must use
regex in big loop on all content component data ?

Regards,
Stephane
___
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users


Re: [Zope3-Users] Search engine in Zope content component ?

2006-09-28 Thread Thierry Florac




Le jeudi 28 septembre 2006  09:31 +0200, KLEIN Stphane a crit:


how can I make one search engine on my content component ? I must use
regex in big loop on all content component data ?



You just have to setup a catalog (in zope.app.catalog) and a set of indexes corresponding with your search criterias
Take a look at zc.catalog from SVN to get access to a set of additionnal indexes, as well as TextIndexNG to get a complete full-text indexer.




 Thierry Florac
-- 



 Chef de projet intranet/internet
 Office National des Forts - Dpartement Informatique
 2, Avenue de Saint-Mand
 75570 PARIS Cedex 12
 Ml : [EMAIL PROTECTED]
 Tl. : +33 01.40.19.59.64
 Fax. : +33 01.40.19.59.85








___
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users


Re: [Zope3-Users] Search engine in Zope content component ?

2006-09-28 Thread KLEIN Stéphane
2006/9/28, Thierry Florac [EMAIL PROTECTED]:



  
  


Le jeudi 28 septembre 2006 à 09:31 +0200, KLEIN Stéphane a écrit:

how can I make one search engine on my content component ? I must use
regex in big loop on all content component data ?



You just have to setup a catalog (in zope.app.catalog) and a set of indexes corresponding with your search criterias
Take a look at zc.catalog from SVN to get access to a set of additionnal indexes, as well as TextIndexNG to get a complete full-text indexer.Ok, I know than Catalog can be used to create some index on content component but I didn't know than it can be used to build search engine.
Thanks for your help,stephane
___
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users