Lucene.Net  3.0.3
Lucene.Net is a port of the Lucene search engine library, written in C# and targeted at .NET runtime users.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Pages
Public Member Functions | Properties | List of all members
Lucene.Net.Search.SpanFilterResult.StartEnd Class Reference

Public Member Functions

 StartEnd (int start, int end)
 

Properties

virtual int End [get]
 
 
virtual int Start [get]
 The Start position
 

Detailed Description

Definition at line 89 of file SpanFilterResult.cs.

Constructor & Destructor Documentation

Lucene.Net.Search.SpanFilterResult.StartEnd.StartEnd ( int  start,
int  end 
)

Definition at line 95 of file SpanFilterResult.cs.

Property Documentation

virtual int Lucene.Net.Search.SpanFilterResult.StartEnd.End
get

The end position of this match

Definition at line 104 of file SpanFilterResult.cs.

virtual int Lucene.Net.Search.SpanFilterResult.StartEnd.Start
get

The Start position

The start position of this match

Definition at line 111 of file SpanFilterResult.cs.


The documentation for this class was generated from the following file: