org.apache.lucene.analysis.cjk
Class CJKAnalyzer
java.lang.Object
org.apache.lucene.analysis.Analyzer
org.apache.lucene.analysis.cjk.CJKAnalyzer
public class CJKAnalyzer
- extends Analyzer
Filters CJKTokenizer with StopFilter.
Field Summary |
static String[] |
STOP_WORDS
An array containing some common English words that are not usually
useful for searching and some double-byte interpunctions. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
STOP_WORDS
public static final String[] STOP_WORDS
- An array containing some common English words that are not usually
useful for searching and some double-byte interpunctions.
CJKAnalyzer
public CJKAnalyzer()
- Builds an analyzer which removes words in
STOP_WORDS
.
CJKAnalyzer
public CJKAnalyzer(String[] stopWords)
- Builds an analyzer which removes words in the provided array.
- Parameters:
stopWords
- stop word array
tokenStream
public final TokenStream tokenStream(String fieldName,
Reader reader)
- get token stream from input
- Specified by:
tokenStream
in class Analyzer
- Parameters:
fieldName
- lucene field namereader
- input reader
- Returns:
- TokenStream
Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.