summaryrefslogtreecommitdiffstats
path: root/src/com/gitblit/LuceneExecutor.java
Commit message (Collapse)AuthorAgeFilesLines
* Implemented support for "default" branchJames Moger2012-03-271-7/+56
|
* Index tags consistentlyJames Moger2012-03-251-1/+1
|
* Added web.allowLuceneIndexing to enable/disable Lucene integrationJames Moger2012-03-251-0/+4
|
* Fixed null pointer for LuceneExecutor unit testsJames Moger2012-03-241-1/+6
|
* Properly escape fragment for HTMLJames Moger2012-03-221-7/+8
|
* Ensure that the line counts start at 1James Moger2012-03-221-1/+1
|
* Externalized the Lucene ignore extensionsJames Moger2012-03-211-5/+7
|
* Restore the leading hunk of the first line of a fragmentJames Moger2012-03-211-40/+55
| | | Also correctly determine the line number of a fragment.
* Include tags on incremental commit indexingJames Moger2012-03-201-2/+11
|
* Properly handle renames on incremental indexingJames Moger2012-03-201-1/+1
|
* Display fewer content fragments for blobsJames Moger2012-03-191-1/+1
|
* Eliminated Lucene settingsJames Moger2012-03-191-17/+3
|
* Ensure repository indexes are properly closed before deletionJames Moger2012-03-191-29/+20
|
* Implemented Lucene search result pagingJames Moger2012-03-171-13/+20
|
* Incremental commit indexing was missing branch fieldJames Moger2012-03-171-0/+1
|
* Repository-branch Lucene indexing is now opt-inJames Moger2012-03-161-74/+76
|
* Close the Lucene index writer/searcher on a repository rename or deleteJames Moger2012-03-151-0/+25
|
* Use reflection to determine source repository indexJames Moger2012-03-151-30/+66
| | | | | | | | | | Unfortunately Lucene's MultiReader class does not expose a public method for determining which index reader a document comes from. There is a private method which determines this information. My new approach is to use reflection to call this private method and determine the actual source index at runtime instead of storing the repository name in the index. This gets me out of the "rename repository" problem at the expense of a little runtime performance.
* Refactored Lucene integration and fixed two index deleteDocument bugsJames Moger2012-03-151-90/+1088
|
* Revised reindex method per JGit team recommendationJames Moger2012-03-121-5/+4
|
* More Lucene progressJames Moger2012-03-091-25/+27
|
* Draft integration of Lucene search mechanism and web uiJames Moger2012-02-281-10/+17
|
* Delete branch from index. Queue index update from the PostReceiveHook.James Moger2012-02-281-4/+12
|
* Partially working Lucene executor. Needs refactoring. (issue 16)James Moger2012-02-261-0/+177