public final class MinimalAnalyzer
extends org.apache.lucene.analysis.util.StopwordAnalyzerBase
Constructor and Description |
---|
MinimalAnalyzer()
Uses current lucene version
|
MinimalAnalyzer(org.apache.lucene.analysis.util.CharArraySet stopwords)
Creates an analyzer using custom stop words
|
MinimalAnalyzer(org.apache.lucene.util.Version version) |
Modifier and Type | Method and Description |
---|---|
protected org.apache.lucene.analysis.Analyzer.TokenStreamComponents |
createComponents(String fieldName) |
getStopwordSet, loadStopwordSet, loadStopwordSet, loadStopwordSet
public MinimalAnalyzer()
public MinimalAnalyzer(org.apache.lucene.util.Version version)
public MinimalAnalyzer(org.apache.lucene.analysis.util.CharArraySet stopwords)
protected org.apache.lucene.analysis.Analyzer.TokenStreamComponents createComponents(String fieldName)
createComponents
in class org.apache.lucene.analysis.Analyzer
Copyright © 2017. All rights reserved.