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
Static Public Attributes | Properties | List of all members
Lucene.Net.Analysis.Shingle.TokenPositioner Class Reference

Static Public Attributes

static readonly TokenPositioner NewColumn = new TokenPositioner(0)
 
static readonly TokenPositioner NewRow = new TokenPositioner(1)
 
static readonly TokenPositioner SameRow = new TokenPositioner(2)
 

Properties

int Index [get, set]
 

Detailed Description

Definition at line 20 of file TokenPositioner.cs.

Member Data Documentation

readonly TokenPositioner Lucene.Net.Analysis.Shingle.TokenPositioner.NewColumn = new TokenPositioner(0)
static

Definition at line 22 of file TokenPositioner.cs.

readonly TokenPositioner Lucene.Net.Analysis.Shingle.TokenPositioner.NewRow = new TokenPositioner(1)
static

Definition at line 23 of file TokenPositioner.cs.

readonly TokenPositioner Lucene.Net.Analysis.Shingle.TokenPositioner.SameRow = new TokenPositioner(2)
static

Definition at line 24 of file TokenPositioner.cs.

Property Documentation

int Lucene.Net.Analysis.Shingle.TokenPositioner.Index
getset

Definition at line 31 of file TokenPositioner.cs.


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