The maximum length (in number of characters) that an alphanumeric term can be. Alphanumeric terms that are longer than this value are truncated.
For example, if you set IndexNumbers2TruncateLength to 5, the term ABC4567890 is truncated to ABC45, and the term ABC45 is indexed. A query for the term ABC4567890 returns documents that contain the term ABC45.
| Type: | Long |
| Default: | 0
|
| Required: | No |
| Configuration Section: | Server |
| Example: | IndexNumbers2TruncateLength=8
|
| See Also: |
|
|