> Thanks! I am now using the 2.18 branch, but when using the same > modes and views that I sent earlier, I am still getting: > > ERROR 23:02:00,578 [localhost.com:8080/ http-8080-1] > (b890115d-48fc-46b2-801a-8c6de6351013) SiteLocatorFilter: Unable to > construct AbstractEvaluatorFactory: > no.sesat.search.query.token.SolrEvaluatorFactory
Like done in the sesam.com tutorial it's wise (when beginning) to turn evaluation off. Query evaluation allows you to collect (via your own plugins) metadata on words. With this metadata you then have expert rules you can run and this in turn can influence which commands to run, how to run them, etc etc. Setting up this query evaluation is explained here http://sesat.no/howto-solr-query-evaluation.html But just disabled it for now by adding to your mode (in modes.xml) evaluation="false" This will also give a vast performance improvement to requests so should always be done on any mode that is not using the evaluations results. ~mck -- "The old law about 'an eye for an eye' leaves everybody blind." Martin Luther King. Jr. | semb.wever.org | sesat.no | finn.no |
signature.asc
Description: This is a digitally signed message part
_______________________________________________ Kernel-development mailing list [email protected] http://sesat.no/mailman/listinfo/kernel-development
