diff options
author | James Moger <james.moger@gitblit.com> | 2012-08-02 19:56:08 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2012-08-02 19:56:08 -0400 |
commit | ae836625d915c2386459437c0d49f546d0dbeec3 (patch) | |
tree | c0ad66b2fe3d635b38759fa81527add17ca2fdcb | |
parent | f1b488ea55c036931d14e6b0df6ed711e3189212 (diff) | |
download | gitblit-ae836625d915c2386459437c0d49f546d0dbeec3.tar.gz gitblit-ae836625d915c2386459437c0d49f546d0dbeec3.zip |
Bumped index version (issue 112)
-rw-r--r-- | src/com/gitblit/LuceneExecutor.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/gitblit/LuceneExecutor.java b/src/com/gitblit/LuceneExecutor.java index 2e099303..6c5a60d2 100644 --- a/src/com/gitblit/LuceneExecutor.java +++ b/src/com/gitblit/LuceneExecutor.java @@ -105,7 +105,7 @@ import com.gitblit.utils.StringUtils; public class LuceneExecutor implements Runnable {
- private static final int INDEX_VERSION = 4;
+ private static final int INDEX_VERSION = 5;
private static final String FIELD_OBJECT_TYPE = "type";
private static final String FIELD_ISSUE = "issue";
|