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
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to