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

Verifies the behavior of PatternAnalyzer.
상속: BaseTokenStreamTestCase
파일 보기 프로젝트 열기: apache/lucenenet

비공개 메소드들

메소드 설명
Check ( PatternAnalyzer analyzer, string document, string expected ) : void

Verify the analyzer analyzes to the expected contents. For PatternAnalyzer, several methods are verified:

  • Analysis with a normal Reader
  • Analysis with a FastStringReader
  • Analysis with a String

TestCustomPattern ( ) : void
TestHugeDocument ( ) : void
TestNonWordPattern ( ) : void
TestRandomStrings ( ) : void
TestWhitespacePattern ( ) : void