XML Configuration Reference : Search : TruncateOperation
 
TruncateOperation
com.exalead.search.v30.TruncateOperation
Truncates a meta value if it exceeds a configured threshold value.
Parent elements:
com.exalead.search.v30.Meta (as Meta)
Attributes:
Name
Type
Default value
Description
name
string
Name of the meta subject of the operation. Not required when this is inside a 'Meta' tag.
maxLength
int
150
Max character length after which the content will be truncated.
strict
boolean
Truncates even if a blank character is not met.