Constructor WildcardQueryNode
WildcardQueryNode(String, String, Int32, Int32)
Declaration
public WildcardQueryNode(string field, string text, int begin, int end)
Parameters
Type | Name | Description |
---|---|---|
System.String | field | field name |
System.String | text | value that contains one or more wild card characters (? or *) |
System.Int32 | begin | position in the query string |
System.Int32 | end | position in the query string |
WildcardQueryNode(String, StringBuilder, Int32, Int32)
Declaration
public WildcardQueryNode(string field, StringBuilder text, int begin, int end)
Parameters
Type | Name | Description |
---|---|---|
System.String | field | field name |
System.Text.StringBuilder | text | value that contains one or more wild card characters (? or *) |
System.Int32 | begin | position in the query string |
System.Int32 | end | position in the query string |
WildcardQueryNode(String, ICharSequence, Int32, Int32)
Declaration
public WildcardQueryNode(string field, ICharSequence text, int begin, int end)
Parameters
Type | Name | Description |
---|---|---|
System.String | field | field name |
ICharSequence | text | value that contains one or more wild card characters (? or *) |
System.Int32 | begin | position in the query string |
System.Int32 | end | position in the query string |
WildcardQueryNode(FieldQueryNode)
Declaration
public WildcardQueryNode(FieldQueryNode fqn)
Parameters
Type | Name | Description |
---|---|---|
FieldQueryNode | fqn |