summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit/service/LuceneService.java
Commit message (Collapse)AuthorAgeFilesLines
* Use versioned index directories for repository indices.Florian Zschocke2017-03-051-48/+17
| | | | | | | | | | | | | Change from the index version of a repository index being stored in a config file to also using index directories with the version in the name. For that, `LuceneRepoIndexStore` is added, which adds the fixed `lucene` part to the path. It also gives out the location of the `lucene.conf` file, which is now stored in the index directory. This way it is automatically deleted when the directory is deleted. I believe that it should also provide means to store branch aliases and tips, i.e. hide the config file completely. But this isn't implemented with this commit, the `LuceneService` is still aware that a config file is used.
* Replace deprecated BooleanQuery constructor with builder.Florian Zschocke2017-03-051-5/+5
| | | | | Also replace deprecated `search` method with the one without a filter argument, since the filter isn't used anyhow.
* Remove obsolete Lucene version constants.Florian Zschocke2017-03-051-3/+0
|
* Bump to Lucene 5.5.2Luca Milanesio2017-03-051-11/+11
|
* 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