Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implemented support for "default" branch | James Moger | 2012-03-27 | 1 | -7/+56 |
| | |||||
* | Index tags consistently | James Moger | 2012-03-25 | 1 | -1/+1 |
| | |||||
* | Added web.allowLuceneIndexing to enable/disable Lucene integration | James Moger | 2012-03-25 | 1 | -0/+4 |
| | |||||
* | Fixed null pointer for LuceneExecutor unit tests | James Moger | 2012-03-24 | 1 | -1/+6 |
| | |||||
* | Properly escape fragment for HTML | James Moger | 2012-03-22 | 1 | -7/+8 |
| | |||||
* | Ensure that the line counts start at 1 | James Moger | 2012-03-22 | 1 | -1/+1 |
| | |||||
* | Externalized the Lucene ignore extensions | James Moger | 2012-03-21 | 1 | -5/+7 |
| | |||||
* | Restore the leading hunk of the first line of a fragment | James Moger | 2012-03-21 | 1 | -40/+55 |
| | | | Also correctly determine the line number of a fragment. | ||||
* | Include tags on incremental commit indexing | James Moger | 2012-03-20 | 1 | -2/+11 |
| | |||||
* | Properly handle renames on incremental indexing | James Moger | 2012-03-20 | 1 | -1/+1 |
| | |||||
* | Display fewer content fragments for blobs | James Moger | 2012-03-19 | 1 | -1/+1 |
| | |||||
* | Eliminated Lucene settings | James Moger | 2012-03-19 | 1 | -17/+3 |
| | |||||
* | Ensure repository indexes are properly closed before deletion | James Moger | 2012-03-19 | 1 | -29/+20 |
| | |||||
* | Implemented Lucene search result paging | James Moger | 2012-03-17 | 1 | -13/+20 |
| | |||||
* | Incremental commit indexing was missing branch field | James Moger | 2012-03-17 | 1 | -0/+1 |
| | |||||
* | Repository-branch Lucene indexing is now opt-in | James Moger | 2012-03-16 | 1 | -74/+76 |
| | |||||
* | Close the Lucene index writer/searcher on a repository rename or delete | James Moger | 2012-03-15 | 1 | -0/+25 |
| | |||||
* | Use reflection to determine source repository index | James Moger | 2012-03-15 | 1 | -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 bugs | James Moger | 2012-03-15 | 1 | -90/+1088 |
| | |||||
* | Revised reindex method per JGit team recommendation | James Moger | 2012-03-12 | 1 | -5/+4 |
| | |||||
* | More Lucene progress | James Moger | 2012-03-09 | 1 | -25/+27 |
| | |||||
* | Draft integration of Lucene search mechanism and web ui | James Moger | 2012-02-28 | 1 | -10/+17 |
| | |||||
* | Delete branch from index. Queue index update from the PostReceiveHook. | James Moger | 2012-02-28 | 1 | -4/+12 |
| | |||||
* | Partially working Lucene executor. Needs refactoring. (issue 16) | James Moger | 2012-02-26 | 1 | -0/+177 |