Package org.apache.lucene.analysis.es
Class SpanishMinimalStemmer
- java.lang.Object
-
- org.apache.lucene.analysis.es.SpanishMinimalStemmer
-
@Deprecated public class SpanishMinimalStemmer extends java.lang.Object
Deprecated.UseSpanishPluralStemmer
instead.Minimal plural stemmer for Spanish.This stemmer implements the "plurals" stemmer for spanish lanugage.
-
-
Constructor Summary
Constructors Constructor Description SpanishMinimalStemmer()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description int
stem(char[] s, int len)
Deprecated.
-