Fix index.maxTerms documented default from 500 to no limit
Implemented default for maxTerms and other similar index configuration settings is Integer.MAX_VALUE. Change-Id: I9b0fdbe17eb501f990c2a7754c5e05c88ff36035
This commit is contained in:
@@ -2385,7 +2385,7 @@ perform poorly, so setting this option causes query parsing to fail fast
|
||||
before attempting to send them to the secondary index. Set to 0 for no
|
||||
limit.
|
||||
+
|
||||
Defaults to 500.
|
||||
Defaults to no limit.
|
||||
|
||||
==== Lucene configuration
|
||||
|
||||
|
||||
Reference in New Issue
Block a user