Fix comment typo in SolrConfig.

This commit is contained in:
Christine Poerschke 2018-09-25 17:56:05 +01:00
parent 05f935f6e4
commit 58167666c3
1 changed files with 1 additions and 1 deletions

View File

@ -382,7 +382,7 @@ public class SolrConfig extends Config implements MapSerializable {
{
// non-static setMaxClauseCount because the test framework sometimes reverts the value on us and
// the static setting above is only executed once. This re-sets the value every time a SolrConfig
// obect is created. See SOLR-10921
// object is created. See SOLR-10921
BooleanQuery.setMaxClauseCount(Integer.MAX_VALUE-1);
}