summaryrefslogtreecommitdiffstats
path: root/src/com/gitblit/LuceneExecutor.java
Commit message (Collapse)AuthorAgeFilesLines
* Reorganized to Apache Standard Directory Layout & integrated MoxieJames Moger2013-03-271-1375/+0
| | | | | | | | | This is a massive commit which reorganizes the entire project structure (although it is still monolithic), removes the Build classes, and switches to Moxie, a smarter Ant build tookit based on the original Gitblit Build classes. The Ant build script will likely require additional fine-tuning, but this is big step forward.
* Don't even bother running Lucene indexer if we are GCing anythingJames Moger2012-10-311-0/+5
|
* Experimental JGit-based GC ExecutorJames Moger2012-10-281-0/+6
|
* LuceneExecutor could not delete the Lucene index from a working copyJames Moger2012-08-171-1/+1
|
* Improve submodule checking in LuceneExecutor (issue-119)James Moger2012-08-101-0/+3
|
* Do not incrementally index blobs in submodules (issue 119)James Moger2012-08-071-2/+5
|
* Don't try to index git submodules, they are seperate repositories and should ↵Peter Allin2012-08-071-1/+4
| | | | be handled seperately.
* Bumped index version (issue 112)James Moger2012-08-021-1/+1
|
* Properly decode blobs on reindex (issue 112)James Moger2012-07-231-2/+3
|
* Fixed broken Lucene blob deleteJames Moger2012-07-121-14/+38
|
* Fix for line number identification bug in LuceneExecutor (issue 105)James Moger2012-07-111-4/+8
|
* Update Lucene index version (issue 97)James Moger2012-06-151-1/+1
|
* Try multiple encodings when working with string blobs (issue 97)James Moger2012-06-071-1/+2
|
* Release 0.9.1v0.9.1James Moger2012-03-271-2/+3
|
* 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