Class SpanPositionRangeQuery
Checks to see if the Match lies between a start and end position
Inheritance
System.Object
SpanPositionRangeQuery
Assembly: Lucene.Net.dll
Syntax
public class SpanPositionRangeQuery : SpanPositionCheckQuery
Constructors
|
Improve this Doc
View Source
SpanPositionRangeQuery(SpanQuery, Int32, Int32)
Declaration
public SpanPositionRangeQuery(SpanQuery match, int start, int end)
Parameters
Type |
Name |
Description |
SpanQuery |
match |
|
System.Int32 |
start |
|
System.Int32 |
end |
|
Fields
|
Improve this Doc
View Source
m_end
Declaration
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
m_start
Declaration
Field Value
Type |
Description |
System.Int32 |
|
Properties
|
Improve this Doc
View Source
End
Declaration
public virtual int End { get; }
Property Value
Type |
Description |
System.Int32 |
The maximum end position permitted in a match.
|
|
Improve this Doc
View Source
Start
Declaration
public virtual int Start { get; }
Property Value
Type |
Description |
System.Int32 |
The minimum position permitted in a match
|
Methods
|
Improve this Doc
View Source
AcceptPosition(Spans)
Declaration
protected override SpanPositionCheckQuery.AcceptStatus AcceptPosition(Spans spans)
Parameters
Type |
Name |
Description |
Spans |
spans |
|
Returns
Overrides
|
Improve this Doc
View Source
Clone()
Declaration
public override object Clone()
Returns
Type |
Description |
System.Object |
|
Overrides
|
Improve this Doc
View Source
Equals(Object)
Declaration
public override bool Equals(object o)
Parameters
Type |
Name |
Description |
System.Object |
o |
|
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