Property DefaultOperator
DefaultOperator
Gets or Sets the boolean operator of the QueryParser. In default mode (
OR) terms without any modifiers are considered optional:
for example capital of Hungary
is equal to
capital OR of OR Hungary
.
In AND mode terms are considered to be in conjunction: the
above mentioned query is parsed as capital AND of AND Hungary
Declaration
public virtual StandardQueryConfigHandler.Operator DefaultOperator { get; set; }
Property Value
Type | Description |
---|---|
StandardQueryConfigHandler.Operator |