\r
#### changes\r
\r
+- **Updated Lucene index version which will force a rebuild of ALL your Lucene indexes** \r
+Make sure to properly set *web.blobEncodings* before starting Gitblit if you are updating! (issue 97)\r
- Changed default layout for web ui from fixed-width layout to responsive (issue 101) \r
- IUserService interface has changed to better accomodate custom authentication and/or custom authorization\r
- Updated Japanese translation (Github/zakki)\r
public class LuceneExecutor implements Runnable {\r
\r
\r
- private static final int INDEX_VERSION = 2;\r
+ private static final int INDEX_VERSION = 3;\r
\r
private static final String FIELD_OBJECT_TYPE = "type";\r
private static final String FIELD_ISSUE = "issue";\r