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 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":[

Analytics Component not working Solr-5.0

2015-02-11 Thread sumitj25
I have checked out solr git repo, and built 5.0. I am trying to use the Analytics Component, but not getting anything in the response q=*%3A*&wt=json&indent=true&olap=true&o.req1.s.stat1=sum(int(sales)) Why is it not working? Is any additional configuration required? -- View this message in

determine amount of memory used by different solr caches

2014-11-25 Thread sumitj25
Hi, I posted a question on stackoverflow regarding this http://stackoverflow.com/questions/26909948/how-to-determine-amount-of-memory-used-by-different-solr-caches Haven't received a