Using scores in Analytics component

2019-07-17 Thread Géraud Dugé de Bernonville
Hi, I'm using Analytics component ( https://lucene.apache.org/solr/guide/7_7/analytics.html), and would like to apply some function to the score. Something like : curl -d 'q=title:*&rows=0&wt=json&fl=*,score& > analytics= > { > "expressions

Re: Solrj Analytics component

2018-03-20 Thread Jason Gerlowski
Hi Asmaa, As far as I know, there aren't any SolrJ classes built expressly for Analytics component requests like what exists for the Collection Admin APIs, etc. (https://lucene.apache.org/solr/7_2_0/solr-solrj/org/apache/solr/client/solrj/request/CollectionAdminRequest.html). But it should

Solrj Analytics component

2018-03-16 Thread Asmaa Shoala
Hello, I want to use analytics component(https://lucene.apache.org/solr/guide/7_2/analytics.html#analytic-pivot-facets) in java code but i didn't find any guide over the internet . Can you please help me? Thanks, Asmaa Ramzy Shoala novomind Egypt LLC _ 7

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
oader But, still the query is not working. Is any additional configuration required in solrConfig.xml? If not, why doesn't it work? -- View this message in context: http://lucene.472066.n3.nabble.com/Analytics-Component-not-working-Solr-5-0-tp4185666p4185875.html Sent from the Solr - Us

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 > <http://lucene.472066

Re: Analytics Component not working Solr-5.0

2015-02-11 Thread sumitj25
uot;*:*", "olap":"true", "wt":"json"}}, "response":{"numFound":57,"start":0,"docs":[ { "salesCompleted":3280814, "salesReturned":30331, "date&qu

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

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? -- V

Re: Analytics component

2014-10-23 Thread nabil Kouici
e 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 analytic function (percentile, median...). I got Trunck br

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

Analytics component

2014-10-23 Thread nabil Kouici
Hi All, I'm trying to use Solr to do some analytic function (percentile, median...). I got Trunck branch from Solr which contain the analytics component implementation. I've rebuild solr but unfortunately this component wasn't taken into consideration and no lib generat