)]}'
{
  "commit": "bf1b35aac29b6c0d5e918f00d99a0632e4925b51",
  "tree": "09815483391193f44dec0f9d53e87217c8ee0e21",
  "parents": [
    "71e24e22cca3f85996b8a0d1951311b4592f2213"
  ],
  "author": {
    "name": "Florian Zschocke",
    "email": "florian.zschocke@devolo.de",
    "time": "Sun Feb 26 18:44:02 2017 +0100"
  },
  "committer": {
    "name": "Florian Zschocke",
    "email": "florian.zschocke@devolo.de",
    "time": "Sun Mar 05 20:27:22 2017 +0100"
  },
  "message": "Add DocValues to support sorting of ticket index fields.\n\nIn order to support sorting, Lucene 5 needs DocValue fields in an index.\nSo in order to make the ticket index work, i.e. show any tickets on the\ntickets page, the ticket index needs to be changed, adding a DocValues\nfield.\n\nThe DocValuesFields are implemented for the current index, which does not\nuse multiple values for a field. Should at any time in the future an\nexisting numeric field get multiple values stored in a document, then\nthe index needs to know that and use SortedNumeric DocValues and SortFields\ninstead.\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "b765cc660df99c3d825df883d767cb4b27e65480",
      "old_mode": 33188,
      "old_path": "src/main/java/com/gitblit/tickets/TicketIndexer.java",
      "new_id": "8aab74ba72f9c1b2a325f425d787f4c3db240987",
      "new_mode": 33188,
      "new_path": "src/main/java/com/gitblit/tickets/TicketIndexer.java"
    }
  ]
}
