C# (CSharp) Lucene.Net.Analysis.Shingle.Codec Namespace

Classes

Name Description
OneDimensionalNonWeightedTokenSettingsCodec Using this codec makes a ShingleMatrixFilter act like ShingleFilter. It produces the most simple sort of shingles, ignoring token position increments, etc. It adds each token as a new column.
SimpleThreeDimensionalTokenSettingsCodec A full featured codec not to be used for something serious. It takes complete control of payload for weight and the bit flags for positioning in the matrix. Mainly exist for demonstrational purposes.
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.
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.