Class MultiPhraseQueryNode
Inheritance
System.Object
MultiPhraseQueryNode
Assembly: Lucene.Net.QueryParser.dll
Syntax
public class MultiPhraseQueryNode : QueryNode, IFieldableNode, IQueryNode
Constructors
|
Improve this Doc
View Source
MultiPhraseQueryNode()
Declaration
public MultiPhraseQueryNode()
Properties
|
Improve this Doc
View Source
Field
Declaration
public virtual string Field { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
CloneTree()
Declaration
public override IQueryNode CloneTree()
Returns
Overrides
|
Improve this Doc
View Source
ToQueryString(IEscapeQuerySyntax)
Declaration
public override string ToQueryString(IEscapeQuerySyntax escapeSyntaxParser)
Parameters
Returns
Type |
Description |
System.String |
|
Overrides
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Overrides
Implements