I have a large database of resumes in zope, and I want to search them using ZCatalog. Can I do that? They are not getting indexed by PrincipiaSearchSource Index. Regards Chris 1-510-740-6486 lozinski@openstepnews.com lozinski@jobmart.com
On Thu, Aug 22, 2002 at 12:28:14PM -0700, lozinski@openstepnews.com wrote:
I have a large database of resumes in zope, and I want to search them using ZCatalog. Can I do that? They are not getting indexed by PrincipiaSearchSource Index.
This is actually a very good question. I'd also like to extend ZCatalog to parse more object types (e.g. PDF files) and ensure the summary field can be filled properly on objects that can be parsed (e.g. files of type text/plain). Any thoughts on how/where to start? -- Michael S. Fischer / michael at dynamine.net / +1 650-533-4684 Lead Hacketeer, Dynamine Consulting, Silicon Valley, CA
My DocumentLibrary product contains a Document File object which allows you to index Word, Excel, Powerpoint, Pdf, postscript, html, xml (and wordperfect if you use the CVS version from sourceforge). I hear that TextIndexNG also has this functionality (which was derived from DL). hth, -Casey On Friday 23 August 2002 12:32 am, Michael S. Fischer wrote:
On Thu, Aug 22, 2002 at 12:28:14PM -0700, lozinski@openstepnews.com wrote:
I have a large database of resumes in zope, and I want to search them using ZCatalog. Can I do that? They are not getting indexed by PrincipiaSearchSource Index.
This is actually a very good question. I'd also like to extend ZCatalog to parse more object types (e.g. PDF files) and ensure the summary field can be filled properly on objects that can be parsed (e.g. files of type text/plain).
Any thoughts on how/where to start?
-- Michael S. Fischer / michael at dynamine.net / +1 650-533-4684 Lead Hacketeer, Dynamine Consulting, Silicon Valley, CA
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
Michael S. Fischer writes:
On Thu, Aug 22, 2002 at 12:28:14PM -0700, lozinski@openstepnews.com wrote:
I have a large database of resumes in zope, and I want to search them using ZCatalog. Can I do that? They are not getting indexed by PrincipiaSearchSource Index.
This is actually a very good question. I'd also like to extend ZCatalog to parse more object types (e.g. PDF files) and ensure the summary field can be filled properly on objects that can be parsed (e.g. files of type text/plain). For already a very long time, there is the Kaivu Document Library. It does this already for you...
Dieter
Take a look at TextIndexNG. It has a converter to index Word files. -aj ----- Original Message ----- From: <lozinski@openstepnews.com> To: <zope@zope.org> Sent: Thursday, August 22, 2002 21:28 Subject: [Zope] ZCatalog and Microsoft Word
I have a large database of resumes in zope, and I want to search them using ZCatalog. Can I do that? They are not getting indexed by PrincipiaSearchSource Index.
Regards Chris
1-510-740-6486 lozinski@openstepnews.com lozinski@jobmart.com
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
participants (5)
-
Andreas Jung -
Casey Duncan -
Dieter Maurer -
lozinskiļ¼ openstepnews.com -
Michael S. Fischer