C# 클래스 Lucene.Net.Analysis.NGram.EdgeNGramTokenFilter

상속: Lucene.Net.Analysis.TokenFilter
파일 보기 프로젝트 열기: synhershko/lucene.net 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
DEFAULT_MAX_GRAM_SIZE int
DEFAULT_MIN_GRAM_SIZE int
DEFAULT_SIDE Side

공개 메소드들

메소드 설명
EdgeNGramTokenFilter ( TokenStream input, Side side, int minGram, int maxGram ) : System
EdgeNGramTokenFilter ( TokenStream input, string sideLabel, int minGram, int maxGram ) : System
IncrementToken ( ) : bool
Reset ( ) : void

보호된 메소드들

메소드 설명
EdgeNGramTokenFilter ( TokenStream input ) : System

메소드 상세

EdgeNGramTokenFilter() 보호된 메소드

protected EdgeNGramTokenFilter ( TokenStream input ) : System
input Lucene.Net.Analysis.TokenStream
리턴 System

EdgeNGramTokenFilter() 공개 메소드

public EdgeNGramTokenFilter ( TokenStream input, Side side, int minGram, int maxGram ) : System
input Lucene.Net.Analysis.TokenStream holding the input to be tokenized
side Side the from which to chop off an n-gram
minGram int the smallest n-gram to generate
maxGram int the largest n-gram to generate
리턴 System

EdgeNGramTokenFilter() 공개 메소드

public EdgeNGramTokenFilter ( TokenStream input, string sideLabel, int minGram, int maxGram ) : System
input Lucene.Net.Analysis.TokenStream holding the input to be tokenized
sideLabel string the name of the from which to chop off an n-gram
minGram int the smallest n-gram to generate
maxGram int the largest n-gram to generate
리턴 System

IncrementToken() 공개 메소드

public IncrementToken ( ) : bool
리턴 bool

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

프로퍼티 상세

DEFAULT_MAX_GRAM_SIZE 공개적으로 정적으로 프로퍼티

public static int DEFAULT_MAX_GRAM_SIZE
리턴 int

DEFAULT_MIN_GRAM_SIZE 공개적으로 정적으로 프로퍼티

public static int DEFAULT_MIN_GRAM_SIZE
리턴 int

DEFAULT_SIDE 공개적으로 정적으로 프로퍼티

public static Side DEFAULT_SIDE
리턴 Side