i'm searching for an open-source full-text retrieval application which offers a webinterface or even a zope-product for accessing and searching the indexed files. the files are mounted with samba on a unix machine. the application should handle txt, doc, xls and pdf files. have anybody heard of such an app/products ? stefan ||||||||||||||||||||||||||||||||||||||||||| |Fox LightWare GmbH | | | |@: Stefan.Guericke@fox-lightware.de | |home: <http://www.Fox-LightWare.de/> | |||||||||||||||||||||||||||||||||||||||||||
Use LocalFS and ZCatalog to index the objects. Currently DocumentLibrary and TextIndexNG are able to convert and index such formats. -aj --On Mittwoch, 5. Februar 2003 13:22 +0100 Stefan Guericke <sge@fox-lightware.de> wrote:
i'm searching for an open-source full-text retrieval application which offers a webinterface or even a zope-product for accessing and searching the indexed files. the files are mounted with samba on a unix machine. the application should handle txt, doc, xls and pdf files. have anybody heard of such an app/products ?
stefan
||||||||||||||||||||||||||||||||||||||||||| | Fox LightWare GmbH | | | | @: Stefan.Guericke@fox-lightware.de | | home: <http://www.Fox-LightWare.de/> | |||||||||||||||||||||||||||||||||||||||||||
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
--------------------------------------------------------------------- - Andreas Jung http://www.andreas-jung.com - - EMail: andreas at andreas-jung.com - - "Life is too short to (re)write parsers" - ---------------------------------------------------------------------
Stefan Guericke wrote:
i'm searching for an open-source full-text retrieval application which offers a webinterface or even a zope-product for accessing and searching the indexed files. the files are mounted with samba on a unix machine. the application should handle txt, doc, xls and pdf files. have anybody heard of such an app/products ?
You can build an application for full-text retrieval for external files with TextIndexNG and ExternalFile. http://www.zope.org/Members/ajung/TextIndexNG http://www.zope.org/Members/arielpartners/ExternalFile Cheers, Maik -- German Zope User Group http://www.dzug.org/
participants (3)
-
Andreas Jung -
Maik Jablonski -
Stefan Guericke