IndexNumbers2TruncateLength
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
.
NOTE: If you set the value of IndexNumbers2TruncateLength
to be higher than the value of TermSize, the TermSize restriction takes precedence.
Type: | Long |
Default: | 0
|
Required: | No |
Configuration Section: | Server |
Example: | IndexNumbers2TruncateLength=8
|
See Also: | IndexNumbers
IndexNumbers1TruncateLength TermSize |