Uses of Enum Class
org.apache.lucene.analysis.miscellaneous.ScandinavianNormalizer.Foldings
Packages that use ScandinavianNormalizer.Foldings
-
Uses of ScandinavianNormalizer.Foldings in org.apache.lucene.analysis.miscellaneous
Fields in org.apache.lucene.analysis.miscellaneous with type parameters of type ScandinavianNormalizer.FoldingsModifier and TypeFieldDescriptionstatic final Set<ScandinavianNormalizer.Foldings>
ScandinavianNormalizer.ALL_FOLDINGS
private final Set<ScandinavianNormalizer.Foldings>
ScandinavianNormalizer.foldings
Methods in org.apache.lucene.analysis.miscellaneous that return ScandinavianNormalizer.FoldingsModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static ScandinavianNormalizer.Foldings[]
ScandinavianNormalizer.Foldings.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructor parameters in org.apache.lucene.analysis.miscellaneous with type arguments of type ScandinavianNormalizer.FoldingsModifierConstructorDescriptionCreate the instance, while choosing which foldings to apply.