java.lang.Object | ||
↳ | org.apache.lucene.analysis.Analyzer | |
↳ | com.atlassian.jira.issue.index.JavaExceptionAnalyzer |
This class wraps the given analyzer.
ThetokenStream(String, java.io.Reader)
method wraps the resulting
TokenStream
in the SubtokenFilter
.
Note: This works on more than just Java exceptions due to the functionality implemented by SubtokenFilter
(JRA-7774).
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Constructs a new instance and wraps the given analyzer
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns the token stream of the underlying analyzer with ExceptionFilter wrapped around it
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.apache.lucene.analysis.Analyzer
| |||||||||||||||||||||||||
From class java.lang.Object | |||||||||||||||||||||||||
From interface
java.io.Closeable
|
Constructs a new instance and wraps the given analyzer
analyzer | analyzer to wrap |
---|
Returns the token stream of the underlying analyzer with ExceptionFilter wrapped around it
fieldName | field name |
---|---|
reader | reader |