C# Class Lucene.Net.Analysis.Shingle.Codec.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.
Inheritance: TokenSettingsCodec
Afficher le fichier Open project: synhershko/lucene.net

Méthodes publiques

Méthode Description
GetTokenPositioner ( Token token ) : TokenPositioner
GetWeight ( Token token ) : float
SetTokenPositioner ( Token token, TokenPositioner tokenPositioner ) : void
SetWeight ( Token token, float weight ) : void

Method Details

GetTokenPositioner() public méthode

public GetTokenPositioner ( Token token ) : TokenPositioner
token Token
Résultat TokenPositioner

GetWeight() public méthode

public GetWeight ( Token token ) : float
token Token
Résultat float

SetTokenPositioner() public méthode

public SetTokenPositioner ( Token token, TokenPositioner tokenPositioner ) : void
token Token
tokenPositioner TokenPositioner
Résultat void

SetWeight() public méthode

public SetWeight ( Token token, float weight ) : void
token Token
weight float
Résultat void