Initializes a new instance of the RegexQuery class
Namespace: Lucene.Net.Search.RegexAssembly: Contrib.Regex (in Contrib.Regex.dll) Version: 2.9.4.0 (2.9.4)
Syntax
C# |
---|
public RegexQuery( Term term ) |
Visual Basic |
---|
Public Sub New ( _ term As Term _ ) |
Visual C++ |
---|
public: RegexQuery( Term^ term ) |
Parameters
- term
- Type: Lucene.Net.Index..::..Term
[Missing <param name="term"/> documentation for "M:Lucene.Net.Search.Regex.RegexQuery.#ctor(Lucene.Net.Index.Term)"]