org.apache.lucene.analysis.standard
Class StandardAnalyzer
public class StandardAnalyzer
$Id: StandardAnalyzer.java,v 1.8 2004/03/29 22:48:01 cutting Exp $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.
Copyright © 2000-2005 Apache Software Foundation. All Rights Reserved.