C# Class Lucene.Net.Search.Spans.JustCompileSearchSpans.JustCompilePayloadSpans

Inheritance: Lucene.Net.Search.Spans.Spans
ファイルを表示 Open project: apache/lucenenet

Public Methods

Method Description
Cost ( ) : long
Doc ( ) : int
End ( ) : int
Next ( ) : bool
SkipTo ( int target ) : bool
Start ( ) : int

Method Details

Cost() public method

public Cost ( ) : long
return long

Doc() public method

public Doc ( ) : int
return int

End() public method

public End ( ) : int
return int

Next() public method

public Next ( ) : bool
return bool

SkipTo() public method

public SkipTo ( int target ) : bool
target int
return bool

Start() public method

public Start ( ) : int
return int