Good morning, all
After two days struggling with Solr and KK, I was able to put it to run on my store. However, every time I activate Solr through the admin panel and go to my store, it breaks the product listing. This is what I get:
I tried to follow the instructions on the doc to add facets, but I simply cannot find the corresponding screens (maybe different versions?). I can do a query through Solr admin panel, which returns products without any trouble. I've tried to set ProductSearch (using isForceSolr and/or isReturnCategoryFacets) to use Solr, but nothing seems to work. Do I have to reimplement the default class, as in the API example?
My KK version is: 6.5.1.0
Thank you in advance
After two days struggling with Solr and KK, I was able to put it to run on my store. However, every time I activate Solr through the admin panel and go to my store, it breaks the product listing. This is what I get:
Code Select
11-Jun-2015 12:21:11.772 SEVERE [http-nio-8080-exec-20] org.apache.catalina.core.ApplicationDispatcher.invoke Servlet.service() for servlet jsp threw exception
com.konakart.app.KKException: Cannot perform a search returning custom facets because either SOLR hasn't been enabled or the search contains criteria for calculating overlapping bookable products. SOLR cannot be used in these cases.
I tried to follow the instructions on the doc to add facets, but I simply cannot find the corresponding screens (maybe different versions?). I can do a query through Solr admin panel, which returns products without any trouble. I've tried to set ProductSearch (using isForceSolr and/or isReturnCategoryFacets) to use Solr, but nothing seems to work. Do I have to reimplement the default class, as in the API example?
My KK version is: 6.5.1.0
Thank you in advance