Class Dictionary.SimpleFlagParsingStrategy

java.lang.Object
org.apache.lucene.analysis.hunspell.Dictionary.FlagParsingStrategy
org.apache.lucene.analysis.hunspell.Dictionary.SimpleFlagParsingStrategy
Enclosing class:
Dictionary

private static class Dictionary.SimpleFlagParsingStrategy extends Dictionary.FlagParsingStrategy
Simple implementation of Dictionary.FlagParsingStrategy that treats the chars in each String as a individual flags. Can be used with both the ASCII and UTF-8 flag types.