update max terms

This commit is contained in:
adam-m 2013-01-04 12:46:30 -05:00
parent f72dbc4c77
commit 11e593a39b

View File

@ -56,7 +56,7 @@ public class TermComponentQuery implements KeywordSearchQuery {
private Keyword keywordQuery = null;
private KeywordQueryFilter filter = null;
private String field = null;
private static int MAX_TERMS_RESULTS = 200000;
private static int MAX_TERMS_RESULTS = 20000;
private static final boolean DEBUG = (Version.getBuildType() == Version.Type.DEVELOPMENT);