Construct a SpanFirstQuery matching spans in whose end
position is less than or equal to .
Namespace: Lucene.Net.Search.SpansCopyC#
match
CopyC#
end
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1
Syntax
C# |
---|
public SpanFirstQuery( SpanQuery match, int end ) |
Visual Basic |
---|
Public Sub New ( _ match As SpanQuery, _ end As Integer _ ) |
Visual C++ |
---|
public: SpanFirstQuery( SpanQuery^ match, int end ) |
Parameters
- match
- Type: Lucene.Net.Search.Spans..::..SpanQuery
[Missing <param name="match"/> documentation for "M:Lucene.Net.Search.Spans.SpanFirstQuery.#ctor(Lucene.Net.Search.Spans.SpanQuery,System.Int32)"]
- end
- Type: System..::..Int32
[Missing <param name="end"/> documentation for "M:Lucene.Net.Search.Spans.SpanFirstQuery.#ctor(Lucene.Net.Search.Spans.SpanQuery,System.Int32)"]