org.apache.lucene.analysis.standard
Class StandardAnalyzer
public class StandardAnalyzer
Version:
static String[] | STOP_WORDS - An array containing some common English words that are usually not
useful for searching.
|
STOP_WORDS
public static final String[] STOP_WORDS
An array containing some common English words that are usually not
useful for searching.
StandardAnalyzer
public StandardAnalyzer()
Builds an analyzer.
StandardAnalyzer
public StandardAnalyzer(String[] stopWords)
Builds an analyzer with the given stop words.
tokenStream
public TokenStream tokenStream(String fieldName,
Reader reader)
- tokenStream in interface Analyzer
Copyright © 2000-2005 Apache Software Foundation. All Rights Reserved.