[Missing <summary> documentation for "N:Lucene.Net.Analyzers.Shingle.Codec"]

Classes

  ClassDescription
Public classOneDimensionalNonWeightedTokenSettingsCodec
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.
Public classSimpleThreeDimensionalTokenSettingsCodec
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.
Public classTokenSettingsCodec
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.
Public classTwoDimensionalNonWeightedSynonymTokenSettingsCodec
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.