Re: Does ZODB has any full-text search functions?
Jim Fulton <[email protected]> Sat, 16 Dec 2017 09:28:05 -0700
| Newsgroups | gmane.comp.web.zope.zodb |
|---|---|
| Message-ID | <CAPDm-FhfKRCJiKZpnoTMFZO=dZs+83-yOu2CnXj5p1FiZG8-Bg@mail.gmail.com> |
On Sat, Dec 16, 2017 at 5:39 AM, Etienne Robillard <[email protected]> wrote: > What do you think about the idea of using Whoosh ( > http://whoosh.readthedocs.io/en/latest/intro.html) to query ZODB objects > and create index documents? > I'm not familiar with it, and don't want to spend the time to give a knowledgeable answer, but ... > Since, ZODB is a pure Python database, it would be quite easy to access a > ZODB database using Whoosh. > > What do you think? I suspect that catalogs do much the same thing. But perhaps Whoosh is better in some way. IDK. You should learn a bit about catalogs before deciding to pursue integrating Whoosh. Catalogs provide pluggable APIs for integrating various kinds of indexes. It might be easiest to integrate Whoosh as a catalog index. By far the hardest issue in all of this, IMO, is the indexing strategy. Jim -- Jim Fulton http://jimfulton.info -- You received this message because you are subscribed to the Google Groups "zodb" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.