C# 클래스 Lucene.Net.Analysis.Miscellaneous.TestLucene47WordDelimiterFilter

상속: BaseTokenStreamTestCase
파일 보기 프로젝트 열기: apache/lucenenet 1 사용 예제들

공개 메소드들

메소드 설명
DoSplit ( string input ) : void
DoSplitPossessive ( int stemPossessive, string input ) : void

비공개 메소드들

메소드 설명
TestEmptyTerm ( ) : void
TestOffsetChange ( ) : void
TestOffsetChange2 ( ) : void
TestOffsetChange3 ( ) : void
TestOffsetChange4 ( ) : void
TestOffsets ( ) : void
TestPositionIncrements ( ) : void
TestPossessives ( ) : void
TestRandomStrings ( ) : void
TestSplits ( ) : void

메소드 상세

DoSplit() 공개 메소드

public DoSplit ( string input ) : void
input string
리턴 void

DoSplitPossessive() 공개 메소드

public DoSplitPossessive ( int stemPossessive, string input ) : void
stemPossessive int
input string
리턴 void