]> source.dussan.org Git - gitblit.git/commitdiff
Update Lucene index version (issue 97)
authorJames Moger <james.moger@gitblit.com>
Fri, 15 Jun 2012 12:46:14 +0000 (08:46 -0400)
committerJames Moger <james.moger@gitblit.com>
Fri, 15 Jun 2012 12:46:14 +0000 (08:46 -0400)
docs/04_releases.mkd
src/com/gitblit/LuceneExecutor.java

index 8db8f7b1277fb768fea9580d0d75ac51c2a0a8d1..a47c0861f15c3565c36633f846d5a0bbed4fa03b 100644 (file)
@@ -12,6 +12,8 @@
 \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
index b31654345ea7446edf1a6a00469b39fb2814f117..81265f5662c10df29fd407abe760838bc9331c40 100644 (file)
@@ -105,7 +105,7 @@ import com.gitblit.utils.StringUtils;
 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