James Moger
2012-06-15 53d7f492420d98183197e0d856f5764f5ce80777
Update Lucene index version (issue-97)
2 files modified
4 ■■■ changed files
docs/04_releases.mkd 2 ●●●●● patch | view | raw | blame | history
src/com/gitblit/LuceneExecutor.java 2 ●●● patch | view | raw | blame | history
docs/04_releases.mkd
@@ -12,6 +12,8 @@
#### changes
- **Updated Lucene index version which will force a rebuild of ALL your Lucene indexes**
Make sure to properly set *web.blobEncodings* before starting Gitblit if you are updating!  (issue 97)
- Changed default layout for web ui from fixed-width layout to responsive (issue 101)  
- IUserService interface has changed to better accomodate custom authentication and/or custom authorization
- Updated Japanese translation (Github/zakki)
src/com/gitblit/LuceneExecutor.java
@@ -105,7 +105,7 @@
public class LuceneExecutor implements Runnable {
    
        
    private static final int INDEX_VERSION = 2;
    private static final int INDEX_VERSION = 3;
    private static final String FIELD_OBJECT_TYPE = "type";
    private static final String FIELD_ISSUE = "issue";