This question about Using an extension: Answered
Perl dependency for SolrSearch
When I installed
SolrPlugin using the
configure
tool, I got a list of additional Perl modules that were required:
File::MMagic
Spreadsheet::ParseExcel
Spreadsheet::XLSX
It appears that SolrSearch also requires
Moose.pm
which were not listed.
The documentation and output from
configure's install script need to be updated.
--
VickiBrown - 10 Jul 2012
Please try to use
SolrPlugin from trunk: see
http://svn.foswiki.org/trunk/SolrPlugin
Above extra packages are dependencies of
StringifierContrib and no direct dependencies of
SolrPlugin itself.
Moose is already listed now in
http://svn.foswiki.org/trunk/SolrPlugin/lib/Foswiki/Plugins/SolrPlugin/DEPENDENCIES
--
MichaelDaum - 10 Jul 2012
- My level of expertise is not at the "use from trunk" level.
- My reason for installibg SolrPLugin is to help a client and there's no way I'm telling a client that they need to use unpublished, unreleased software straight out of SVN.
- What is StringifierContrib? I did not install that, so why do I see its errors? Anything that gets installed with a plugin is a dependency of the plugin I installed.
- I need to be able to hand this to a client. I cannot tell a client "you need to dig into SVN and that's not really a dependency for this extension; it just prevents this extension from working.
--
VickiBrown - 11 Jul 2012
Try latest version. Issues have been addressed.
--
MichaelDaum - 11 Sep 2015