summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit/service/LuceneService.java
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Merge pull request #915 from lucamilanesio/lucene-5.2.1"James Moger2015-09-181-11/+11
| | | | | This reverts commit 55c385e96e6594ec1ac3b5cd41ccd2df6048b696, reversing changes made to 61bb29d492ca9c34471ec0a119d1445ccde086e9.
* Bump to Lucene 5.2.1Luca Milanesio2015-09-091-11/+11
|
* Fix tags not properly indexed in LucenePlamen Totev2015-07-121-1/+1
| | | | | 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.
* Bump to JGit 4.0.0Luca Milanesio2015-06-121-1/+1
| | | | | JGit 4.0.0 fixes a memory leak but introduces a non-compatible change for closing the RevWalk: before it was release() but now is close()
* Implement configurable tab length support for blob viewsJames Moger2015-05-221-1/+2
|
* Bump the index version and update the LuceneVersionJames Moger2014-09-041-2/+2
|
* [findbugs] Fixed incorrect cache lookup keys in the Lucene repository indexerJames Moger2014-04-171-2/+2
|
* Implement rename user/team and set field user/team commandsJames Moger2014-04-101-1/+1
|
* Move Gitblit branches to refs/meta/gitblitJames Moger2014-03-081-4/+4
|
* Update to Lucene 4.6.0 (pull request #124)James Moger2013-11-291-49/+36
| | | | Change-Id: I21b0daf0550dcc2f12f1712e7b7cf519358a7a1d
* Moved servlets and services to separate packagesJames Moger2013-11-291-0/+1254
Change-Id: I5f0f50f4ae7d332e9f724a2e6f074fa71f646035