java.lang.Object | ||
↳ | org.apache.lucene.analysis.Analyzer | |
↳ | com.atlassian.jira.issue.index.analyzer.GreekAnalyzer |
Extends the functionality of the Standard (language) Analyser provided by Lucene by using the ClassicAnalyser and adding the SubtokenFilter.
Note: checked for Lucene 3.2 compatibility.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Creates a TokenStream which tokenizes all the text in the provided Reader.
|
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 | |||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||||||||||||||||
![]() | |||||||||||||||||||||||||
![]() | |||||||||||||||||||||||||
![]() |
Creates a TokenStream which tokenizes all the text in the provided Reader.
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 |
---|