C# Class Lucene.Net.Analysis.Core.TestDuelingAnalyzers

Compares MockTokenizer (which is simple with no optimizations) with equivalent core tokenizers (that have optimizations like buffering). Any tests here need to probably consider unicode version of the JRE (it could cause false fails).
Exibir arquivo Open project: apache/lucenenet Class Usage Examples

Public Methods

Method Description
SetUp ( ) : void
assertEquals ( string s, TokenStream left, TokenStream right ) : void

Private Methods

Method Description
TestLetterAscii ( ) : void
TestLetterAsciiHuge ( ) : void
TestLetterHtmlish ( ) : void
TestLetterHtmlishHuge ( ) : void
TestLetterUnicode ( ) : void
TestLetterUnicodeHuge ( ) : void
newStringReader ( string s ) : TextReader

Method Details

SetUp() public method

public SetUp ( ) : void
return void

assertEquals() public method

public assertEquals ( string s, TokenStream left, TokenStream right ) : void
s string
left TokenStream
right TokenStream
return void