XML Configuration Reference : Search : HighlightOperation
 
HighlightOperation
com.exalead.search.v30.HighlightOperation
No documentation for this element.
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.
highlightFacetIds
string
highlightExtraPrefixHandlers
string
minNbWordsInRelevantSentence
int
10
Minimum number of words for a sentence to be considered for snippetization
maxBytesToProcess
int
131072
Maximum number of bytes to process in the input text. The remaining bytes are not taken into account for the operation. (0=deactivated)
maxConsecutiveSeparators
int
0
Maximum number of consecutive separators. When there are more than this number of separators, they are replaced with a single space character.
relaxAndNodesPolicy
enum(never, toplevel, always)
toplevel
Relax query AND nodes (handle them as if they were OR nodes). Value can be null or one of
never
toplevel
always
minimalPatternHighlight
boolean
If true, only highlights the alphanumerical part of the pattern. For example, *foo* will only highlight foo in the word football.
analysisConfig
string
Analysis config in which analysisPipeline is searched for tokenization config and extra semantic processors.
analysisPipeline
string
Pipeline in analysisConfig searched for tokenization config and extra semantic processors.