summaryrefslogtreecommitdiffstats
path: root/src/main/java/WEB-INF
diff options
context:
space:
mode:
authorFlorian Zschocke <florian.zschocke@devolo.de>2017-02-26 18:44:02 +0100
committerFlorian Zschocke <florian.zschocke@devolo.de>2017-03-05 20:27:22 +0100
commitbf1b35aac29b6c0d5e918f00d99a0632e4925b51 (patch)
tree09815483391193f44dec0f9d53e87217c8ee0e21 /src/main/java/WEB-INF
parent71e24e22cca3f85996b8a0d1951311b4592f2213 (diff)
downloadgitblit-bf1b35aac29b6c0d5e918f00d99a0632e4925b51.tar.gz
gitblit-bf1b35aac29b6c0d5e918f00d99a0632e4925b51.zip
Add DocValues to support sorting of ticket index fields.
In order to support sorting, Lucene 5 needs DocValue fields in an index. So in order to make the ticket index work, i.e. show any tickets on the tickets page, the ticket index needs to be changed, adding a DocValues field. The DocValuesFields are implemented for the current index, which does not use multiple values for a field. Should at any time in the future an existing numeric field get multiple values stored in a document, then the index needs to know that and use SortedNumeric DocValues and SortFields instead.
Diffstat (limited to 'src/main/java/WEB-INF')
0 files changed, 0 insertions, 0 deletions