Class PhraseSlopQueryNode
Inheritance
System.Object
PhraseSlopQueryNode
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Assembly: Lucene.Net.QueryParser.dll
Syntax
public class PhraseSlopQueryNode : QueryNode, IFieldableNode, IQueryNode
Constructors
|
Improve this Doc
View Source
PhraseSlopQueryNode(IQueryNode, Int32)
Declaration
public PhraseSlopQueryNode(IQueryNode query, int value)
Parameters
Type |
Name |
Description |
IQueryNode |
query |
|
System.Int32 |
value |
|
Exceptions
Properties
|
Improve this Doc
View Source
Field
Declaration
public virtual string Field { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Value
Declaration
public virtual int Value { get; }
Property Value
Type |
Description |
System.Int32 |
|
Methods
|
Improve this Doc
View Source
CloneTree()
Declaration
public override IQueryNode CloneTree()
Returns
Overrides
|
Improve this Doc
View Source
GetChild()
Declaration
public virtual IQueryNode GetChild()
Returns
|
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