Lucene.Net  3.0.3
Lucene.Net is a .NET port of the Java Lucene Indexing Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties
Public Member Functions | Properties | List of all members
Lucene.Net.Analysis.Shingle.Matrix.Row Class Reference

Public Member Functions

 Row (Column enclosingInstance)
 
override string ToString ()
 

Properties

Column Column [get, set]
 
int Index [get]
 
LinkedList< TokenTokens [get, set]
 

Detailed Description

Definition at line 22 of file Row.cs.

Constructor & Destructor Documentation

Lucene.Net.Analysis.Shingle.Matrix.Row.Row ( Column  enclosingInstance)

Definition at line 24 of file Row.cs.

Member Function Documentation

override string Lucene.Net.Analysis.Shingle.Matrix.Row.ToString ( )

Definition at line 40 of file Row.cs.

Property Documentation

Column Lucene.Net.Analysis.Shingle.Matrix.Row.Column
getset

Definition at line 31 of file Row.cs.

int Lucene.Net.Analysis.Shingle.Matrix.Row.Index
get

Definition at line 34 of file Row.cs.

LinkedList<Token> Lucene.Net.Analysis.Shingle.Matrix.Row.Tokens
getset

Definition at line 38 of file Row.cs.


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