Hi,

the stats log convertor and importer are used for people upgrading from pre
DSpace 1.6, as the whole way of logging usage events in SOLR is new since
version 1.6. If you are new to DSpace since 1.6 or 1.7 you will never need
these scripts.

Sorry I wasn't explicit about your main question: the number is the amount
(number) of bitstreams/files downloaded.

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 5:26 PM, revskill <[email protected]> wrote:

> Thank you for fast response.
> You said Solr data doesn't come from log files, but there are tools -
> log-stats-converter and log-stats-importer , which are used to import log
> data into Solr , so what about them ?
>
> The second is, as i asked from the first message:
> " 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? ", do u have any
> guide for this ?
>
> Thank you in advance.
> Have a nice day .
>
>
> 2011/3/14 Bram Luyten <[email protected]>
>
>> 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 <[email protected]> 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
>>> [email protected]
>>> 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
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to