org.crosswire.jsword.index.lucene.analysis
Class CzechLuceneAnalyzer
java.lang.Object
org.apache.lucene.analysis.Analyzer
org.crosswire.jsword.index.lucene.analysis.AbstractBookAnalyzer
org.crosswire.jsword.index.lucene.analysis.CzechLuceneAnalyzer
public class CzechLuceneAnalyzer
- extends AbstractBookAnalyzer
Uses org.apache.lucene.analysis.cz.CzechAnalyzer
Analysis: standardTokenizer, StandardFilter, LowerCaseFilter, StopFilter
Stemming not implemented yet
- Author:
- Sijo Cherian [sijocherian at yahoo dot com]
- See Also:
for license details.
The copyright to this program is held by it's authors.
Field Summary |
private org.apache.lucene.analysis.cz.CzechAnalyzer |
myAnalyzer
|
Methods inherited from class org.apache.lucene.analysis.Analyzer |
getPositionIncrementGap, getPreviousTokenStream, reusableTokenStream, setPreviousTokenStream |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
myAnalyzer
private org.apache.lucene.analysis.cz.CzechAnalyzer myAnalyzer
CzechLuceneAnalyzer
public CzechLuceneAnalyzer()
tokenStream
public final org.apache.lucene.analysis.TokenStream tokenStream(String fieldName,
Reader reader)
- Specified by:
tokenStream
in class org.apache.lucene.analysis.Analyzer
setStopWords
public void setStopWords(String[] stopWords)
- Overrides:
setStopWords
in class AbstractBookAnalyzer
setDoStopWords
public void setDoStopWords(boolean doIt)
- Overrides:
setDoStopWords
in class AbstractBookAnalyzer