The maximum number of characters in each chunk when splitting numbers. If you set SplitNumbers to True and IndexNumbers to 1, NumericTermChunkSize allows you to specify the number of characters that IDOL Content Component splits terms that consist only of numbers into.
You can also set NumericTermChunkSize to -1 to prevent splitting for pure numeric terms when SplitNumbers is set to True.
| Type: | Long |
| Default: | 4 |
| Recommended Range: | Minimum:3 Maximum: 6 |
| Required: | No |
| Configuration Section: | Server |
| Example: | NumericTermChunkSize=5
|
| See Also: | AlphaNumericTermChunkSize
IndexNumbers SplitNumbers |
NOTE: This configuration parameter is a permanent setting. If you want to change this setting, you must initialize your index.
|
|