Plone4で MS Office ファイルの検索 失敗
PloneにEXCELやPowerPoint,wordなどのOfficeファイルをアップロードして、全文検索したいというニーズがあったのでテストしました。
環境は次のとおりです。
- OS:CentOS5.7 64bit version
- JRE:Version 6 Update 27 32bit RPM パッケージ
- Plone:4.1 unified installer
- c2.transform.msoffice 0.3.1
Wordファイル(多分office2000)をアップロードしたところ、検索することができました。しかし、Office2000のXLSファイル、OFFICE2003のXLSファイル、OFFICE2003のPowerpointファイルは検索できません。 LibreOffice のCalcでファイルを作り、Office2003 XMLモードで保存したものも検索できませんでした。
なお、JREとしてCentOSに標準で入っているものを使ったときは、Wordも含めたすべてのファイルが検索できませんでした。
# yum list | grep java で検索して、インストールされていたものをyum eraseしました。
うまくいけば、次のファイルが検索対象になるはずでした。
MS-Office files MS-Word 95-2000, XP, 2007 and xml-format MS-Excel 95-2000, XP, 2007 and xml-format MS-PowerPoint 95-2000, XP, 2007 and xml-format
インストール方法
# vi /usr/local/Plone/zinstance/buildout.cfg
[buildout] ... eggs = ... c2.transform.msofficeZCML slugについては、手順では次のように書かれていますが、buildout.cfgの中には[instance]というセクションはありません。 base.cfgというファイルにはそれらしきものがありますが、buildout.cfgの中にもzcml = というところがあったのので、そこに記入しました。
[instance] recipe = plone.recipe.zope2instance ... zcml = c2.transform.msoffice
# ./bin/buildout
Ploneをデバッグモードで起動します。
# /usr/local/Plone/zinstance/bin/instance stop # /usr/local/Plone/zinstance/bin/instance fg
操作していると次のようなメッセージがコンソールにでました。
2011-09-17 11:29:49 INFO ZServer HTTP server started at Sat Sep 17 11:29:49 2011
Hostname: 0.0.0.0
Port: 8080
2011-09-17 11:29:49 INFO Zope Set effective user to "plone"
2011-09-17 11:29:56 INFO Zope Ready to handle requests
2011-09-17 11:33:22 INFO GenericSetup.rolemap Role / permission map imported.
2011-09-17 11:33:22 INFO c2.transform.msoffice application/vnd.ms-word.document.macroEnabled.12 (Office Word 2007 XML macro enabled document) Mime type already installed, skipped
2011-09-17 11:33:22 INFO c2.transform.msoffice application/vnd.openxmlformats-officedocument.wordprocessingml.document (Office Word 2007 XML document) Mime type already installed, skipped
2011-09-17 11:33:22 INFO c2.transform.msoffice application/vnd.ms-powerpoint.presentation.macroEnabled.12 (Office Powerpoint 2007 macro-enabled XML presentation) Mime type already installed, skipped
2011-09-17 11:33:22 INFO c2.transform.msoffice application/vnd.openxmlformats-officedocument.presentationml.presentation (Office Powerpoint 2007 XML presentation) Mime type already installed, skipped
2011-09-17 11:33:22 INFO c2.transform.msoffice application/vnd.ms-excel.sheet.binary.macroEnabled.12 (Office Excel 2007 binary workbook (BIFF12)) Mime type already installed, skipped
2011-09-17 11:33:22 INFO c2.transform.msoffice application/vnd.ms-excel.sheet.macroEnabled.12 (Office Excel 2007 XML macro-enabled workbook) Mime type already installed, skipped
2011-09-17 11:33:22 INFO c2.transform.msoffice application/vnd.openxmlformats-officedocument.spreadsheetml.sheet (Office Excel 2007 XML workbook) Mime type already installed, skipped
2011-09-17 11:33:22 INFO GenericSetup.archetypetool Archetype tool imported.
- The URL to Trackback this entry is:
- http://lightson.dip.jp/blog/seko/2618/tbping