Merge "Merge branch 'stable-2.12'"

This commit is contained in:
Edwin Kempin
2016-02-11 08:56:34 +00:00
committed by Gerrit Code Review
33 changed files with 726 additions and 113 deletions

View File

@@ -230,7 +230,7 @@ public class LuceneChangeIndex implements ChangeIndex {
CUSTOM_CHAR_MAPPING);
queryBuilder = new QueryBuilder(analyzer);
BooleanQuery.setMaxClauseCount(cfg.getInt("index", "defaultMaxClauseCount",
BooleanQuery.setMaxClauseCount(cfg.getInt("index", "maxTerms",
BooleanQuery.getMaxClauseCount()));
GerritIndexWriterConfig openConfig =