C# Class Lucene.Net.Analysis.Miscellaneous.PatternAnalyzerTest

Verifies the behavior of PatternAnalyzer.
Inheritance: BaseTokenStreamTestCase
Datei anzeigen Open project: apache/lucenenet

Private Methods

Method Description
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