Implementations of the SinkTokenizer that might be useful.
- setArticles(Set) - Method in class org.apache.lucene.analysis.fr.ElisionFilter
-
- setExclusionSet(Set) - Method in class org.apache.lucene.analysis.de.GermanStemFilter
-
Set an alternative exclusion list for this filter.
- setExclusionTable(Hashtable) - Method in class org.apache.lucene.analysis.fr.FrenchStemFilter
-
Set an alternative exclusion list for this filter.
- setExclusionTable(HashSet) - Method in class org.apache.lucene.analysis.nl.DutchStemFilter
-
Set an alternative exclusion list for this filter.
- setStemDictionary(File) - Method in class org.apache.lucene.analysis.nl.DutchAnalyzer
-
Reads a stemdictionary file , that overrules the stemming algorithm
This is a textfile that contains per line
word\tstem, i.e: two tab seperated words
- setStemDictionary(HashMap) - Method in class org.apache.lucene.analysis.nl.DutchStemFilter
-
Set dictionary for stemming, this dictionary overrules the algorithm,
so you can correct for a particular unwanted word-stem pair.
- setStemExclusionTable(String[]) - Method in class org.apache.lucene.analysis.br.BrazilianAnalyzer
-
Builds an exclusionlist from an array of Strings.
- setStemExclusionTable(Hashtable) - Method in class org.apache.lucene.analysis.br.BrazilianAnalyzer
-
Builds an exclusionlist from a Hashtable.
- setStemExclusionTable(File) - Method in class org.apache.lucene.analysis.br.BrazilianAnalyzer
-
Builds an exclusionlist from the words contained in the given file.
- setStemExclusionTable(String[]) - Method in class org.apache.lucene.analysis.de.GermanAnalyzer
-
Builds an exclusionlist from an array of Strings.
- setStemExclusionTable(Hashtable) - Method in class org.apache.lucene.analysis.de.GermanAnalyzer
-
Builds an exclusionlist from a Hashtable.
- setStemExclusionTable(File) - Method in class org.apache.lucene.analysis.de.GermanAnalyzer
-
Builds an exclusionlist from the words contained in the given file.
- setStemExclusionTable(String[]) - Method in class org.apache.lucene.analysis.fr.FrenchAnalyzer
-
Builds an exclusionlist from an array of Strings.
- setStemExclusionTable(Hashtable) - Method in class org.apache.lucene.analysis.fr.FrenchAnalyzer
-
Builds an exclusionlist from a Hashtable.
- setStemExclusionTable(File) - Method in class org.apache.lucene.analysis.fr.FrenchAnalyzer
-
Builds an exclusionlist from the words contained in the given file.
- setStemExclusionTable(String[]) - Method in class org.apache.lucene.analysis.nl.DutchAnalyzer
-
Builds an exclusionlist from an array of Strings.
- setStemExclusionTable(HashSet) - Method in class org.apache.lucene.analysis.nl.DutchAnalyzer
-
Builds an exclusionlist from a Hashtable.
- setStemExclusionTable(File) - Method in class org.apache.lucene.analysis.nl.DutchAnalyzer
-
Builds an exclusionlist from the words contained in the given file.
- setStemmer(GermanStemmer) - Method in class org.apache.lucene.analysis.de.GermanStemFilter
-
Set a alternative/custom GermanStemmer for this filter.
- setStemmer(FrenchStemmer) - Method in class org.apache.lucene.analysis.fr.FrenchStemFilter
-
Set a alternative/custom FrenchStemmer for this filter.
- setStemmer(DutchStemmer) - Method in class org.apache.lucene.analysis.nl.DutchStemFilter
-
Set a alternative/custom DutchStemmer for this filter.
- setStemmer(RussianStemmer) - Method in class org.apache.lucene.analysis.ru.RussianStemFilter
-
Set a alternative/custom RussianStemmer for this filter.
- stem(String) - Method in class org.apache.lucene.analysis.br.BrazilianStemmer
-
Stemms the given term to an unique discriminator.
- stem(String) - Method in class org.apache.lucene.analysis.de.GermanStemmer
-
Stemms the given term to an unique discriminator.
- stem(String) - Method in class org.apache.lucene.analysis.fr.FrenchStemmer
-
Stemms the given term to a unique discriminator.
- stem(String) - Method in class org.apache.lucene.analysis.nl.DutchStemmer
-
- STOP_WORDS - Static variable in class org.apache.lucene.analysis.cjk.CJKAnalyzer
-
An array containing some common English words that are not usually
useful for searching and some double-byte interpunctions.
- STOP_WORDS - Static variable in class org.apache.lucene.analysis.cn.ChineseFilter
-