public interface IAnalyzerFactory
Analyzer
.Modifier and Type | Method and Description |
---|---|
org.apache.lucene.analysis.Analyzer |
getAnalyzer(String languageCode,
boolean filterStopwords)
Return the token analyzer to be used for the given language code.
|
org.apache.lucene.analysis.Analyzer getAnalyzer(String languageCode, boolean filterStopwords)
languageCode
- The language code or null
to use the default
Locale
.filterStopwords
- if false, return an analyzer with no stopwordsCopyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.