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

KLEIN Stéphane klein.stephane at gmail.com
Thu Sep 28 03:59:08 EDT 2006


2006/9/28, Thierry Florac <thierry.florac at onf.fr>:
>
>  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 useregex 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.zope.org/pipermail/zope3-users/attachments/20060928/bbba268c/attachment-0001.htm


More information about the Zope3-users mailing list