XML Configuration Reference : Search : ParsingConfig
 
ParsingConfig
com.exalead.search.v30.ParsingConfig
No documentation for this element.
Parent elements:
com.exalead.mercury.mami.search.v20.UQLConfig (as UQLConfig)
Attributes:
Name
Type
Default value
Description
allowOptions
boolean
Allows word options in user query.
nearDistance
int
16
Default distance for NEAR queries
fallbackOnError
boolean
If the standard parsing fails, parses the query with a relaxed grammar, meaning it will split words on white spaces. Note that in some cases, operators and prefix handlers will not be taken into account for the query. For example, a query that ends with an AND will normally return an error. If this option is selected, CloudView will search for "AND" instead of considering it as an operator. See also missingPrefixBehaviour in UQLConfig
fallbackReportMode
enum(quiet, local, global)
local
Specifies how to report a search error in 'Troubleshooting > Logs':
quiet: No log.
local: Error is reported in the Process log.
global: Error is reported in both Process and Global logs.
maxQuerySize
int
Queries larger than N are rejected. 0 means no limit. @unimplemented.
oversizedQueryReportMode
enum(quiet, local, global)
local
Specifies how to report an oversized query error in 'Troubleshooting > Logs':
quiet: No log.
local: Error is reported in the Process log.
global: Error is reported in both Process and Global logs.
implicitSequenceOperator
enum(AND, OR)
AND
The default query operator. If a user enters this query: exalead cloudview (without quotes), by default, it will be parsed as "exalead AND cloudview".