You can get stats on multiple fields, it's just a matter of specifying the
stats.field parameter multiple times:
stats.field=field1&stats.field=field2, etc.
Besides that Solr also has a built-in sum function so that you can sum the
values of two or more fields: sum(field1, field2, ...). You could
Thanks Edward.
Can we find stats on two fields ? (eg - sum = sum of (userful+not useful)) ?
On Tue, 20 Nov 2018 at 16:14, Edward Ribeiro
wrote:
> You are using a function query as stats.field and as seen here:
> https://lucene.apache.org/solr/guide/7_4/function-queries.html the syntax
> for ter
You are using a function query as stats.field and as seen here:
https://lucene.apache.org/solr/guide/7_4/function-queries.html the syntax
for termfreq is termfreq(field_name, value). You're using
termfreq('num_not_useful','num_useful'). It looks like num_useful is a
numeric (int, float) type in you
numDocs is the total indexed docs. May be your docs have duplicated
key. When duplicated, the older one will be deleted. uniqueKey is
defined in solrconfig.xml
2010/7/16 Karthik K :
> Hi,
> Is numDocs in solr statistics equal to the total number of documents that
> are searchable on solr? I find t
trick
-Original Message-
From: rswart [mailto:rjsw...@gmail.com]
Sent: dinsdag 26 mei 2009 16:42
To: solr-user@lucene.apache.org
Subject: RE: Solr statistics of top searches and results returned
If this is is not done in an async way wouldn't this have a serious performance
impact?
> From: Umar Shah [mailto:u...@wisdomtap.com]
> Sent: vrijdag 22 mei 2009 10:03
> To: solr-user@lucene.apache.org
> Subject: Re: Solr statistics of top searches and results returned
>
> Hi,
>
> good feature to have,
> maintaining top N would also require storing all the search quer
,
Patrick
-Original Message-
From: Umar Shah [mailto:u...@wisdomtap.com]
Sent: vrijdag 22 mei 2009 10:03
To: solr-user@lucene.apache.org
Subject: Re: Solr statistics of top searches and results returned
Hi,
good feature to have,
maintaining top N would also require storing all the search queri
Hi,
good feature to have,
maintaining top N would also require storing all the search queries
done so far and keep updating (or atleast in some time window).
having pluggable persistent storage for all time search queries would be great.
tell me how can I help?
-umar
On Fri, May 22, 2009 at 12
On Fri, May 22, 2009 at 3:22 AM, Grant Ingersoll wrote:
>
> I think you will want some type of persistence mechanism otherwise you will
> end up consuming a lot of resources keeping track of all the query strings,
> unless I'm missing something. Either a Lucene index (Solr core) or the
> option o
On May 20, 2009, at 4:33 AM, Shalin Shekhar Mangar wrote:
On Wed, May 20, 2009 at 1:31 PM, Plaatje, Patrick <
patrick.plaa...@getronics.com> wrote:
At the moment Solr does not have such functionality. I have written a
plugin for Solr though which uses a second Solr core to store/index
the
10:33
To: solr-user@lucene.apache.org
Subject: Re: Solr statistics of top searches and results returned
On Wed, May 20, 2009 at 1:31 PM, Plaatje, Patrick <
patrick.plaa...@getronics.com> wrote:
>
> At the moment Solr does not have such functionality. I have written a
> plugin f
On Wed, May 20, 2009 at 1:31 PM, Plaatje, Patrick <
patrick.plaa...@getronics.com> wrote:
>
> At the moment Solr does not have such functionality. I have written a
> plugin for Solr though which uses a second Solr core to store/index the
> searches. If you're interested, send me an email and I'll
Hi,
At the moment Solr does not have such functionality. I have written a plugin
for Solr though which uses a second Solr core to store/index the searches. If
you're interested, send me an email and I'll get you the source for the plugin.
Regards,
Patrick
-Original Message-
From: solr
On Tue, May 19, 2009 at 11:50 PM, solrpowr wrote:
>
> Besides my own offline processing via logs, does solr have the
> functionality
> to give me statistics such as top searches, how many results were returned
> on these searches, and/or how long it took to get these results on average.
>
>
You c
14 matches
Mail list logo