Constructor RegexpQuery
RegexpQuery(Term)
Constructs a query for terms matching term
.
By default, all regular expression features are enabled.
Declaration
public RegexpQuery(Term term)
Parameters
Type | Name | Description |
---|---|---|
Term | term | Regular expression. |
RegexpQuery(Term, RegExpSyntax)
Constructs a query for terms matching term
.
Declaration
public RegexpQuery(Term term, RegExpSyntax flags)
Parameters
Type | Name | Description |
---|---|---|
Term | term | Regular expression. |
RegExpSyntax | flags | Optional RegExp features from RegExpSyntax |
RegexpQuery(Term, RegExpSyntax, IAutomatonProvider)
Constructs a query for terms matching term
.
Declaration
public RegexpQuery(Term term, RegExpSyntax flags, IAutomatonProvider provider)
Parameters
Type | Name | Description |
---|---|---|
Term | term | Regular expression. |
RegExpSyntax | flags | Optional RegExp features from RegExpSyntax |
IAutomatonProvider | provider | Custom IAutomatonProvider for named automata |