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 >

Re: Analytics component

2014-10-23 Thread nabil Kouici
Thank you for this replay. Yes but many analytics functions are not available like percentile, median, SD deviation... Regards,Nabil Le Jeudi 23 octobre 2014 16h34, Jorge Luis Betancourt González a écrit : I believe some of this statistics function that you're trying to use are pre

Re: Analytics component

2014-10-23 Thread Jorge Luis Betancourt González
I believe some of this statistics function that you're trying to use are precent in facets. - Original Message - From: "nabil Kouici" To: solr-user@lucene.apache.org Sent: Thursday, October 23, 2014 5:57:27 AM Subject: Analytics component Hi All, I'm trying to use Solr to do some ana