XML Configuration Reference : Search : SemanticProcessorModule
 
SemanticProcessorModule
com.exalead.mercury.mami.search.v20.SemanticProcessorModule
Query expansion module embedding a semantic processing pipeline. The resulting annotation can be used to expand the query.
Parent elements:
com.exalead.mercury.mami.search.v20.UQLConfig (as UQLConfig)
Attributes:
Name
Type
Default value
Description
name
string
Name of the module. Referenced to target this module in query expansion config.
annotation
string
The annotation name to use for expansion.
indexKind
int
2
The targeted index kind (0: exact search, 1: lowercase search, 2: normalized search).
Nested elements:
Name
Type
Description
SemanticProcessor
com.exalead.indexing.analysis.v10.SemanticProcessor*
The underlying semantic processors plugged in the pipeline.