Hello, first sorry for my english.

im trying to make some filters to read statistics from solr but i 
encountered some weird data.

if i want to see the top ten of downloaded items in a period, i use the 
following parameters

*      "facet":"true",*
*      "indent":"true",*
*      "facet.mincount":"1",*
*      "q":"type:0",*
*      "facet.limit":"10",*
*      "facet.field":"id",*
*      "wt":"json",*
*      "fq":["-isBot:true",*
*        "-(bundleName:[* TO *]-bundleName:ORIGINAL)",*
*        "-(statistics_type:[* TO *] AND -statistics_type:view)",*
*        "time:[2017-10-1T00:00:00Z TO 2017-10-31T23:59:59Z]",*
*      "rows":"0"*

it returns the *ids *of top 10 of downloads in the period, but if i see the 
first in detail the first place whit this parameters

*"params":{
      "indent":"true",
      "q":"type:0",
      "wt":"json",
      "fq":["-isBot:true",
        "time:[2017-10-1T00:00:00Z TO 2017-10-31T23:59:59Z]",
        "id:ce750939-0f02-45ee-adf6-a938178bbe4f"],
      "rows":"10000"}}*


i see that all the 181 visits of this items were from the same IP whit 
difference of seconds.






* "ip":"177.247.111.XX",
        "time":"2017-10-04T17:22:19.154Z"},
      {
        "ip":"177.247.111.XX",        "time":"2017-10-04T17:22:21.51Z"},
      {
        "ip":"177.247.111.XX",        "time":"2017-10-04T17:22:22.416Z"},
      {
        "ip":"177.247.111.XX",        "time":"2017-10-04T17:22:23.14Z"},
      {
        "ip":"177.247.111.XX",        "time":"2017-10-04T17:22:23.934Z"},*


(hided the full ip, this goes on for the rest of the 181 visits)


is there any way in the original query to count all these visits *as one*? it 
happens to several items in the top in different periods


Thanks,
Leandro Pujol.



-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.

Reply via email to