I get normal docs response without any olap part
{
"responseHeader":{
"status":0,
"QTime":1,
"params":{
"o.req1.s.stat1":"sum(int(salesCompleted))",
"indent":"true",
"q":"*:*",
"olap":"true",
"wt":"json"}},
"response":{"numFound":57,"start":0,"docs":[
{
"salesCompleted":3280814,
"salesReturned":30331,
"date":"2015-02-04T18:30:00Z"},
{
"salesCompleted":2258319,
"salesReturned":18252,
"date":"2015-02-04T18:30:00Z"} .....}
I have compiled analytics component using 'ant clean dist' in
contrib/analytics/, which puts the jar in
dist/solr-analytics-5.0.0-SNAPSHOT.jar. I have also copied this jar to
server/solr-we solr.log
<http://lucene.472066.n3.nabble.com/file/n4185683/solr.log>
bapp/webapp/WEB-INF/lib/solr-analytics-5.0.0-SNAPSHOT.jar. But I am not
getting anything in the logs as well as the response. Can the startup logs
tell if the component is loaded?
solr.log <http://lucene.472066.n3.nabble.com/file/n4185683/solr.log>
--
View this message in context:
http://lucene.472066.n3.nabble.com/Analytics-Component-not-working-Solr-5-0-tp4185666p4185683.html
Sent from the Solr - User mailing list archive at Nabble.com.