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
Classes
Package Lucene.Net.Analysis.Shingle.Codec

Classes

class  OneDimensionalNonWeightedTokenSettingsCodec
 Using this codec makes a ShingleMatrixFilter act like ShingleFilter. It produces the most simple sort of shingles, ignoring token position increments, etc. More...
 
class  SimpleThreeDimensionalTokenSettingsCodec
 A full featured codec not to be used for something serious. More...
 
class  TokenSettingsCodec
 Strategy used to code and decode meta data of the tokens from the input stream regarding how to position the tokens in the matrix, set and retreive weight, etc. More...
 
class  TwoDimensionalNonWeightedSynonymTokenSettingsCodec
 A codec that creates a two dimensional matrix by treating tokens from the input stream with 0 position increment as new rows to the current column. More...