Constructor RegexpQueryNode
RegexpQueryNode(String, String, Int32, Int32)
Declaration
public RegexpQueryNode(string field, string text, int begin, int end)
Parameters
Type | Name | Description |
---|---|---|
System.String | field | field name |
System.String | text | value that contains a regular expression |
System.Int32 | begin | position in the query string |
System.Int32 | end | position in the query string |
RegexpQueryNode(String, StringBuilder, Int32, Int32)
Declaration
public RegexpQueryNode(string field, StringBuilder text, int begin, int end)
Parameters
Type | Name | Description |
---|---|---|
System.String | field | field name |
System.Text.StringBuilder | text | value that contains a regular expression |
System.Int32 | begin | position in the query string |
System.Int32 | end | position in the query string |
RegexpQueryNode(String, ICharSequence, Int32, Int32)
Declaration
public RegexpQueryNode(string field, ICharSequence text, int begin, int end)
Parameters
Type | Name | Description |
---|---|---|
System.String | field | field name |
ICharSequence | text | value that contains a regular expression |
System.Int32 | begin | position in the query string |
System.Int32 | end | position in the query string |