I love being able to search in all the documents uploaded into plone. I keep on forgetting that this was an add-on and not natively provided. The latest add-on I tried to enable that feature was ftw.tika. To install it, first download the tika.cfg file from their github page at https://github.com/4teamwork/ftw.tika . Once that has been downloaded, modify your buildout.cfg with: [buildout] extends = ... tika.cfg eggs = ... ftw.tika zcml = ... ftw.tika ftw.tika-meta parts = ... tika-server-download tika-server [client1] ... zcml-additional += ${tika:zcml} eggs += ftw.tika [client2] ... zcml-additional += ${tika:zcml} eggs += ftw.tika [client3] ... zcml-additional += ${tika:zcml} eggs += ftw.tika [client4] ... zcml-additional += ${tika:zcml} eggs += ftw.tika Once that is done, run buildout. Then you can start the tika server with "bin/tika-server". Then you can s
Blog by abdza. Open Source, Computers, Gadgets, Life, Love and everything in between.