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:
Marco Miller
2016-01-29 14:30:21 -05:00
parent 6822c93f38
commit 4d72b2be8e

View File

@@ -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