Class SlopQueryNode
A SlopQueryNode represents phrase query with a slop.
From Lucene FAQ: Is there a way to use a proximity operator (like near or within) with Lucene? There is a variable called slop that allows you to perform NEAR/WITHIN-like queries. By default, slop is set to 0 so that only exact phrases will match. When using TextParser you can use this syntax to specify the slop: "doug cutting"~2 will find documents that contain "doug cutting" as well as ones that contain "cutting doug".
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Lucene.Net.QueryParser.dll
Syntax
[Serializable]
public class SlopQueryNode : QueryNode, IFieldableNode, IQueryNode
Constructors
Name | Description |
---|---|
SlopQueryNode(IQueryNode, Int32) |
Properties
Name | Description |
---|---|
Field | |
Value |
Methods
Name | Description |
---|---|
CloneTree() | |
GetChild() | |
ToQueryString(IEscapeQuerySyntax) | |
ToString() |