Re: Analytics Component not working Solr-5.0

2015-02-12 Thread sumitj25
Can somebody help, has anyone used analytics component here? -- View this message in context: http://lucene.472066.n3.nabble.com/Analytics-Component-not-working-Solr-5-0-tp4185666p4185977.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Analytics Component not working Solr-5.0

2015-02-11 Thread sumitj25
I have put the jar in contrib/extraction/lib/ and now I can see it is getting loaded INFO - 2015-02-11 13:36:35.484; org.apache.solr.core.SolrResourceLoader; Adding 'file:/home/sumit/workspaces/github/lucene-solr/solr/contrib/extraction/lib/solr-analytics-5.0.0-SNAPSHOT.jar' to classloader But,

Re: Analytics Component not working Solr-5.0

2015-02-11 Thread Shawn Heisey
On 2/11/2015 6:20 AM, sumitj25 wrote: > 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 >

Re: Analytics Component not working Solr-5.0

2015-02-11 Thread sumitj25
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":[

Re: Analytics Component not working Solr-5.0

2015-02-11 Thread Erick Erickson
What do you get as a response? The analytics component was moved to a contrib in 5.x so you have to path to it, but your Solr logs should be showing you that. Best, Erick On Wed, Feb 11, 2015 at 7:24 AM, sumitj25 wrote: > I have checked out solr git repo, and built 5.0. I am trying to use the >