java.lang.Object | ||
↳ | org.apache.lucene.analysis.Analyzer | |
↳ | com.atlassian.jira.issue.index.analyzer.BrazilianAnalyzer |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Applies a
SubtokenFilter to the input token stream at document indexing time. | |||||||||||
Applies a KeywordRepeatFilter to the input token stream at document indexing time to store the original
tokens as keywords before any stemming filter is applied and therefore support wildcard searches and exact phrase
queries on document fields.
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||||||||||||||||
![]() | |||||||||||||||||||||||||
![]() |
Applies a SubtokenFilter
to the input token stream at document indexing time.
input | token stream |
---|
Applies a KeywordRepeatFilter to the input token stream at document indexing time to store the original tokens as keywords before any stemming filter is applied and therefore support wildcard searches and exact phrase queries on document fields.
input | token stream |
---|