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

Tests CapitalizationFilter
Inheritance: BaseTokenStreamTestCase
Datei anzeigen Open project: apache/lucenenet Class Usage Examples

Private Methods

Method Description
AssertCapitalizesTo ( Tokenizer tokenizer, string expected, bool onlyFirstWord, CharArraySet keep, bool forceFirstLetter, ICollection okPrefix, int minWordLength, int maxWordCount, int maxTokenLength ) : void
AssertCapitalizesTo ( string input, string expected, bool onlyFirstWord, CharArraySet keep, bool forceFirstLetter, ICollection okPrefix, int minWordLength, int maxWordCount, int maxTokenLength ) : void
AssertCapitalizesToKeyword ( string input, string expected, bool onlyFirstWord, CharArraySet keep, bool forceFirstLetter, ICollection okPrefix, int minWordLength, int maxWordCount, int maxTokenLength ) : void
TestCapitalization ( ) : void
TestEmptyTerm ( ) : void
TestIllegalArguments ( ) : void
TestIllegalArguments1 ( ) : void
TestIllegalArguments2 ( ) : void
TestRandomString ( ) : void