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

New WordDelimiterFilter tests... most of the tests are in ConvertedLegacyTest TODO: should explicitly test things like protWords and not rely on the factory tests in Solr.
상속: BaseTokenStreamTestCase
파일 보기 프로젝트 열기: apache/lucenenet 1 사용 예제들

공개 메소드들

메소드 설명
TestRandomStrings ( ) : void

blast some random strings through the analyzer

doSplit ( string input ) : void
doSplitPossessive ( int stemPossessive, string input ) : void

비공개 메소드들

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

메소드 상세

TestRandomStrings() 공개 메소드

blast some random strings through the analyzer
public TestRandomStrings ( ) : void
리턴 void

doSplit() 공개 메소드

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

doSplitPossessive() 공개 메소드

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