C# 클래스 org.apache.lucene.analysis.synonym.SynonymFilter.PendingOutputs

파일 보기 프로젝트 열기: paulirwin/lucene.net

공개 메소드들

메소드 설명
PendingOutputs ( ) : System
add ( char output, int offset, int len, int endOffset, int posLength ) : void
pullNext ( ) : CharsRef
reset ( ) : void

메소드 상세

PendingOutputs() 공개 메소드

public PendingOutputs ( ) : System
리턴 System

add() 공개 메소드

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

pullNext() 공개 메소드

public pullNext ( ) : CharsRef
리턴 CharsRef

reset() 공개 메소드

public reset ( ) : void
리턴 void