XML Configuration Reference : Search : SemanticQueryAnalysisConfig
 
SemanticQueryAnalysisConfig
com.exalead.mercury.mami.search.v20.SemanticQueryAnalysisConfig
No documentation for this element.
Parent elements:
com.exalead.mercury.mami.search.v20.UQLConfig (as UQLConfig)
Attributes:
Name
Type
Default value
Description
resourceDir
string
URL for the directory containing the semantic extractor binaries (data://, file;// or resource://).
unusedWordPolicy
enum(mandatory, optional, remove, as-is)
mandatory
Unused query word policy
language
string
The query language for which the analyzer is activated. If null, it is activated whatever the language.
queryNames
string
_default_
A list of comma-separated query names defining which parts of the query will be processed (default is _default_).
htmlLogPath
string
Path to a debug HTML file
singleMatch
boolean
True
If true, only the best match is selected for rewriting, if false, several rules may trigger simultaneously.
overlappingMatches
boolean
True
If true, allows rules to match on overlapping query parts. Only makes sense when singleMatch is false.
Nested elements:
Name
Type
Description
SemanticProcessor
com.exalead.indexing.analysis.v10.SemanticProcessor*
A list of semantic processor to apply before the semantic extractor.