C# Class org.apache.lucene.analysis.synonym.SynonymFilter.PendingOutputs

Afficher le fichier Open project: paulirwin/lucene.net

Méthodes publiques

Méthode Description
PendingOutputs ( ) : System
add ( char output, int offset, int len, int endOffset, int posLength ) : void
pullNext ( ) : CharsRef
reset ( ) : void

Method Details

PendingOutputs() public méthode

public PendingOutputs ( ) : System
Résultat System

add() public méthode

public add ( char output, int offset, int len, int endOffset, int posLength ) : void
output char
offset int
len int
endOffset int
posLength int
Résultat void

pullNext() public méthode

public pullNext ( ) : CharsRef
Résultat CharsRef

reset() public méthode

public reset ( ) : void
Résultat void