CommonQueryParserConfiguration
interface CommonQueryParserConfiguration
Configuration options common across queryparser implementations.
Inheritors
Properties
Link copied to clipboard
Set to true to allow leading wildcard characters.
Link copied to clipboard
Sets the default Resolution used for certain field when no Resolution is defined for this field.
Link copied to clipboard
Set to true to enable position increments in result query.
Link copied to clipboard
Set the minimum similarity for fuzzy queries. Default is defined on FuzzyQuery.defaultMaxEdits.
Link copied to clipboard
Set the prefix length for fuzzy queries. Default is 0.
Link copied to clipboard
Link copied to clipboard
Sets the default slop for phrases. If zero, then exact phrase matches are required. Default value is zero.