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.

Namespace: Lucene.Net.Analyzers.Shingle.Codec
Assembly: Lucene.Net.Contrib.Analyzers (in Lucene.Net.Contrib.Analyzers.dll) Version: 2.9.2.1 (2.9.2.1)

Syntax

C#
public abstract class TokenSettingsCodec
Visual Basic
Public MustInherit Class TokenSettingsCodec
Visual C++
public ref class TokenSettingsCodec abstract

Inheritance Hierarchy

See Also