C# 클래스 Lucene.Net.Analysis.BaseCharFilter

* Base utility class for implementing a CharFilter. * You subclass this, and then record mappings by calling * AddOffCorrectMap, and then invoke the correct * method to correct an offset.
상속: CharFilter
파일 보기 프로젝트 열기: synhershko/lucene.net

보호된 메소드들

메소드 설명
AddOffCorrectMap ( int off, int cumulativeDiff ) : void
BaseCharFilter ( Lucene.Net.Analysis.CharStream @in ) : System
Correct ( int currentOff ) : int

비공개 메소드들

메소드 설명
GetLastCumulativeDiff ( ) : int

메소드 상세

AddOffCorrectMap() 보호된 메소드

protected AddOffCorrectMap ( int off, int cumulativeDiff ) : void
off int
cumulativeDiff int
리턴 void

BaseCharFilter() 보호된 메소드

protected BaseCharFilter ( Lucene.Net.Analysis.CharStream @in ) : System
@in Lucene.Net.Analysis.CharStream
리턴 System

Correct() 보호된 메소드

protected Correct ( int currentOff ) : int
currentOff int
리턴 int