Property AllowLeadingWildcard
AllowLeadingWildcard
Set to true
to allow leading wildcard characters.
When set, *
or ?
are allowed as the first
character of a PrefixQuery and WildcardQuery. Note that this can produce
very slow queries on big indexes.
Default: false.
Declaration
bool AllowLeadingWildcard { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |