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

Mostra file Open project: paulirwin/lucene.net

Public Methods

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

Method Details

PendingOutputs() public method

public PendingOutputs ( ) : System
return System

add() public method

public add ( char output, int offset, int len, int endOffset, int posLength ) : void
output char
offset int
len int
endOffset int
posLength int
return void

pullNext() public method

public pullNext ( ) : CharsRef
return CharsRef

reset() public method

public reset ( ) : void
return void