Class PrefixWildcardQueryNode
A Prefix
Inherited Members
Namespace: Lucene.Net.QueryParsers.Flexible.Standard.Nodes
Assembly: Lucene.Net.QueryParser.dll
Syntax
public class PrefixWildcardQueryNode : WildcardQueryNode, IFieldValuePairQueryNode<string>, IFieldableNode, IValueQueryNode<string>, IQueryNode, ITextableQueryNode
Constructors
| Improve this Doc View SourcePrefixWildcardQueryNode(FieldQueryNode)
Declaration
public PrefixWildcardQueryNode(FieldQueryNode fqn)
Parameters
Type | Name | Description |
---|---|---|
Field |
fqn |
PrefixWildcardQueryNode(String, ICharSequence, Int32, Int32)
Declaration
public PrefixWildcardQueryNode(string field, ICharSequence text, int begin, int end)
Parameters
Type | Name | Description |
---|---|---|
System. |
field | field name |
IChar |
text | value including the wildcard |
System. |
begin | position in the query string |
System. |
end | position in the query string |
PrefixWildcardQueryNode(String, StringBuilder, Int32, Int32)
Declaration
public PrefixWildcardQueryNode(string field, StringBuilder text, int begin, int end)
Parameters
Type | Name | Description |
---|---|---|
System. |
field | field name |
String |
text | value including the wildcard |
System. |
begin | position in the query string |
System. |
end | position in the query string |
PrefixWildcardQueryNode(String, String, Int32, Int32)
Declaration
public PrefixWildcardQueryNode(string field, string text, int begin, int end)
Parameters
Type | Name | Description |
---|---|---|
System. |
field | field name |
System. |
text | value including the wildcard |
System. |
begin | position in the query string |
System. |
end | position in the query string |
Methods
| Improve this Doc View SourceCloneTree()
Declaration
public override IQueryNode CloneTree()
Returns
Type | Description |
---|---|
IQuery |
Overrides
| Improve this Doc View SourceToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System. |