public static class

SpanFilterResult.StartEnd

extends Object
java.lang.Object
   ↳ org.apache.lucene.search.SpanFilterResult.StartEnd

Summary

Public Constructors
SpanFilterResult.StartEnd(int start, int end)
Public Methods
int getEnd()
int getStart()
The Start position
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public SpanFilterResult.StartEnd (int start, int end)

Public Methods

public int getEnd ()

Returns
  • The end position of this match

public int getStart ()

The Start position

Returns
  • The start position of this match