This question about Not sure...: Answered
Kinoindex appears to be broken in 1.1.0
In my parallel set up to test 1.1.0, I've copied across my websites from the Data and Public directories, so in theory all my Topics and attachments are the same as in 1.0.9
I can run ./tools/kinoindex in a terminal against 1.0.9 and it runs fine and completes with no errors.
However, if I run kinoindex in 1.1.0 it throws out exceptions and fails to run. Interestingly though, kinoupdate works fine.
This is the exceptions I get in 1.1.0
KinoSearch index files init
- to suppress all normal output: kinoindex -q
Uncaught exception from user code:
OopsException(attention/no_form_def web=>Main topic=>WebHome params=>[MyTopic,TestForm]) at /usr/lib/perl5/site_perl/5.8.8/Error.pm line 184
Error::throw('Foswiki::OopsException', 'attention', 'def', 'no_form_def', 'web', 'Main', 'topic', 'WebHome', 'params', ...) called at /home2/mywebsitec/public_html/foswiki2/lib/Foswiki/Form.pm line 97
Foswiki::Form::new('Foswiki::Form', 'Foswiki=HASH(0x1dc8480)', 'MyTopic', 'TestForm') called at /home2/mywebsitec/public_html/foswiki2/lib/Foswiki/Contrib/KinoSearchContrib/Index.pm line 388
Foswiki::Contrib::KinoSearchContrib::Index::formsFieldNames('Foswiki::Contrib::KinoSearchContrib::Index=HASH(0x1db2420)') called at /home2/mywebsitec/public_html/foswiki2/lib/Foswiki/Contrib/KinoSearchContrib/Index.pm line 56
Foswiki::Contrib::KinoSearchContrib::Index::createIndex('Foswiki::Contrib::KinoSearchContrib::Index=HASH(0x1db2420)', 1) called at ./kinoindex line 38
I've implemented this trunk to get around another 1.1.0 issue.
http://trac.foswiki.org/export/8893/trunk/KinoSearchContrib/lib/Foswiki/Contrib/KinoSearchContrib/Search.pm
--
BobCorless - 18 Oct 2010
This extension isn't maintained anymore. Try
SolrPlugin instead.
--
Main.MichaelDaum - 11 Sep 2015 - 14:33