]> source.dussan.org Git - gitblit.git/commit
Fix tags not properly indexed in Lucene 291/head
authorPlamen Totev <plamentotev@users.noreply.github.com>
Sun, 12 Jul 2015 15:08:14 +0000 (18:08 +0300)
committerPlamen Totev <plamentotev@users.noreply.github.com>
Sun, 12 Jul 2015 15:08:14 +0000 (18:08 +0300)
commitd0bb38c765274b1c889a429616d4da2b478cdbd2
treef79cbf28a82b06550ba549e605d650b8ad37e0f6
parent4dfbfdd4681cfad922725f8989450c24eaed64f5
Fix tags not properly indexed in Lucene

All tags that reference to particular object are stored in a list within a map.
There is a if statement that inits empty list when there are not references
to the current object yet, but the boolean expression checks for the wrong value.
src/main/java/com/gitblit/service/LuceneService.java