CJKAnalyzer
An org.gnit.lucenekmp.analysis.Analyzer that tokenizes text with StandardTokenizer, normalizes content with CJKWidthFilter, folds case with LowerCaseFilter, forms bigrams of CJK with CJKBigramFilter, and filters stopwords with StopFilter
Since
3.1
Constructors
Link copied to clipboard
constructor()
Builds an analyzer which removes words in getDefaultStopSet.
Builds an analyzer with the given stop words