Package com.atlassian.jira.issue.index.analyzer
package com.atlassian.jira.issue.index.analyzer
-
ClassesClassDescriptionExtends the functionality of the standard GermanAnalyzer provided by Lucene by adding the SubtokenFilter.Extends the functionality of the Standard (language) Analyser provided by Lucene by using the ClassicAnalyser and adding the SubtokenFilter.This analyzer is used when "other" is chosen as the indexing language.A
TextAnalyzer
that takes in a set of stop words and a stem filter as a function to apply to the text being analyzed.This Filter does some final filtering on the Tokens returned by the standard Lucene tokenizers in order to create the exact tokens required for JIRA.AnAnalyzer
base class that provides the facility to apply theSubtokenFilter
during indexing and duplicating the original tokens before any stemming filter is applied to support wildcard queries and exact phrase queries on document fields.Extends the functionality of the standard ThaiAnalyser provided by Lucene by adding the SubtokenFilter.This Filter adds wildcards to the tokens returned by standard filters.