Class WildcardQueryNode
A WildcardQueryNode represents wildcard query This does not apply to phrases. Examples: abc Fl?w? m?ke*g
Inherited Members
Namespace: Lucene.Net.QueryParsers.Flexible.Standard.Nodes
Assembly: Lucene.Net.QueryParser.dll
Syntax
public class WildcardQueryNode : FieldQueryNode, IFieldValuePairQueryNode<string>, IFieldableNode, IValueQueryNode<string>, IQueryNode, ITextableQueryNode
Constructors
| Improve this Doc View SourceWildcardQueryNode(FieldQueryNode)
Declaration
public WildcardQueryNode(FieldQueryNode fqn)
Parameters
| Type | Name | Description |
|---|---|---|
| FieldQueryNode | fqn |
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(String, StringBuilder, Int32, Int32)
Declaration
public WildcardQueryNode(string field, StringBuilder text, int begin, int end)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | field | field name |
| 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, 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 |
Methods
| Improve this Doc View SourceCloneTree()
Declaration
public override IQueryNode CloneTree()
Returns
| Type | Description |
|---|---|
| IQueryNode |
Overrides
| Improve this Doc View SourceToQueryString(IEscapeQuerySyntax)
Declaration
public override string ToQueryString(IEscapeQuerySyntax escaper)
Parameters
| Type | Name | Description |
|---|---|---|
| IEscapeQuerySyntax | escaper |
Returns
| Type | Description |
|---|---|
| System.String |
Overrides
| Improve this Doc View SourceToString()
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| System.String |