am using Solr 4.3.0 version and trying to implement Bobo-Browse plugin in Solr. But it is not implemented successfully in solr and following error is occurred,
msg=SolrCore 'collection1' is not available due to init failure: org/apache/lucene/index/FilterIndexReader,trace=org.apache.solr.common.SolrException: SolrCore 'collection1' is not available due to init failure: org/apache/lucene/index/FilterIndexReader I was placed jars at following locations, kamikaze-1.0.7.jar lib
spring-2.5.5.jar lib xstream-1.2.jar lib fastutil-5.1.5.jar lib bobo-browse-2.0.7.jar dist bobo-solr-3.0.0.jar dist
And FilterIndexReader.class does not exits in Lucene-core- 4.3.0 jar that is required to implementbobo-browse. How can i integrate bobo-browse with Solr 4.3.0 version?
Status: New
Labels:
Type-Defect
Priority-Medium