mirror of https://github.com/apache/lucene.git
- Fixed indentation.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150125 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e0c4641ac2
commit
0401cf63e4
|
@ -58,8 +58,12 @@ import org.apache.lucene.analysis.*;
|
||||||
import java.io.Reader;
|
import java.io.Reader;
|
||||||
import java.util.Hashtable;
|
import java.util.Hashtable;
|
||||||
|
|
||||||
/** Filters {@link StandardTokenizer} with {@link StandardFilter}, {@link
|
/**
|
||||||
* LowerCaseFilter} and {@link StopFilter}. */
|
* Filters {@link StandardTokenizer} with {@link StandardFilter}, {@link
|
||||||
|
* LowerCaseFilter} and {@link StopFilter}.
|
||||||
|
*
|
||||||
|
* @version $Id$
|
||||||
|
*/
|
||||||
public class StandardAnalyzer extends Analyzer {
|
public class StandardAnalyzer extends Analyzer {
|
||||||
private Hashtable stopTable;
|
private Hashtable stopTable;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue