Class PayloadNearQuery
Inheritance
System.Object
PayloadNearQuery
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Assembly: Lucene.Net.dll
Syntax
public class PayloadNearQuery : SpanNearQuery
Constructors
|
Improve this Doc
View Source
PayloadNearQuery(SpanQuery[], Int32, Boolean)
Declaration
public PayloadNearQuery(SpanQuery[] clauses, int slop, bool inOrder)
Parameters
Type |
Name |
Description |
SpanQuery[] |
clauses |
|
System.Int32 |
slop |
|
System.Boolean |
inOrder |
|
|
Improve this Doc
View Source
PayloadNearQuery(SpanQuery[], Int32, Boolean, PayloadFunction)
Declaration
public PayloadNearQuery(SpanQuery[] clauses, int slop, bool inOrder, PayloadFunction function)
Parameters
Fields
|
Improve this Doc
View Source
m_fieldName
Declaration
protected string m_fieldName
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
m_function
Declaration
protected PayloadFunction m_function
Field Value
Methods
|
Improve this Doc
View Source
Clone()
Declaration
public override object Clone()
Returns
Type |
Description |
System.Object |
|
Overrides
|
Improve this Doc
View Source
CreateWeight(IndexSearcher)
Declaration
public override Weight CreateWeight(IndexSearcher searcher)
Parameters
Returns
Overrides
|
Improve this Doc
View Source
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
System.Object |
obj |
|
Returns
Type |
Description |
System.Boolean |
|
Overrides
|
Improve this Doc
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
Overrides
|
Improve this Doc
View Source
ToString(String)
Declaration
public override string ToString(string field)
Parameters
Type |
Name |
Description |
System.String |
field |
|
Returns
Type |
Description |
System.String |
|
Overrides
See Also