krejvl / DSpace

(Official) The DSpace digital asset management system that powers your Institutional Repository
https://wiki.duraspace.org/display/DSDOC4x/Introduction
Other
1 stars 0 forks source link

Extend Solr Statistics #46

Closed empt-ak closed 8 years ago

empt-ak commented 9 years ago

Add session to solr statistics

empt-ak commented 8 years ago

Solr can be queried with following result:

{
  "responseHeader": {
    "status": 0,
    "QTime": 1,
    "params": {
      "fl": "sessionId time query",
      "indent": "true",
      "q": "sessionId:\"EA26BC5040877B32E2AF870381C5A5E9\"",
      "_": "1449235265108",
      "wt": "json"
    }
  },
  "response": {
    "numFound": 3,
    "start": 0,
    "docs": [
      {
        "sessionId": "EA26BC5040877B32E2AF870381C5A5E9",
        "time": "2015-12-04T14:12:48.486Z",
        "query": [
          "example"
        ]
      },
      {
        "sessionId": "EA26BC5040877B32E2AF870381C5A5E9",
        "time": "2015-12-04T14:12:59.355Z",
        "query": [
          "example",
          "author:(chrastina)"
        ]
      },
      {
        "sessionId": "EA26BC5040877B32E2AF870381C5A5E9",
        "time": "2015-12-04T14:18:38.49Z",
        "query": [
          "example",
          "author:(chrastina)",
          "math:(<math><msubsup><mo>\\∫\\;<\\/mo><mn>0<\\/mn><mn>1<\\/mn><\\/msubsup><\\/math>)"
        ]
      }
    ]
  }
}