Hi,

given the type:0 in your query (where 0 stands for bitstreams) you will get
all the download actions on repository bitstreams.
This includes all bitstreams that are part of a bundle.

The data in solr doesn't come from the log files, as usage events are
directly logged into solr when they occur. Hope this answers your question.

If you think the numbers are (too) high, please take into account that
thumbnails are also bitstreams stored in a bundle, so unless you customized
anything to the code, viewing/downloading those might have been taken into
account as well.

best regards,

Bram Luyten

@mire

Technologielaan 9 - 3001 Heverlee - Belgium
2888 Loker Avenue East, Suite 305 - Carlsbad, CA 92010 - USA

atmire.com - Institutional Repository Solutions


On Mon, Mar 14, 2011 at 3:29 AM, revskill <revskil...@gmail.com> wrote:

> Hi all !
> I often use the query
>
> http://localhost/solr/statistics/select?facet=true&facet.field=epersonid&q=type:0
>
> to know user and their downloaded amount.
> The result XML has form:
>
> <lst name="facet_fields">
> -
> <lst name="epersonid">
> <int name="11459">2034</int>
> <int name="14">1316</int>
> <int name="2226">692</int>
> <int name="5">374</int>
> <int name="2695">255</int>
> <int name="11322">234</int>
> <int name="4976">174</int>
> <int name="7999">148</int>
> <int name="9511">104</int>
> <int name="11458">92</int>
> <int name="5743">91</int>
> <int name="235">84</int>
> <int name="8291">76</int>
> <int name="8435">76</int>
> <int name="10680">72</int>
> </lst>
> </lst>
> <lst name="facet_dates"/>
>
> In <int name="10680">72</int>, if 10680 is the epersonid (could be found in
> database), what about the 72 ? and what is its unit ? How dspace (solr)
> calculates it via log files ?
>
> Thank you for attention.
>
>
> ------------------------------------------------------------------------------
> Colocation vs. Managed Hosting
> A question and answer guide to determining the best fit
> for your organization - today and in the future.
> http://p.sf.net/sfu/internap-sfd2d
> _______________________________________________
> DSpace-tech mailing list
> DSpace-tech@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/dspace-tech
>
>
------------------------------------------------------------------------------
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to