Class ItalianAnalyzer
java.lang.Object
org.apache.lucene.analysis.Analyzer
com.atlassian.jira.issue.index.analyzer.TextAnalyzer
com.atlassian.jira.issue.index.analyzer.ItalianAnalyzer
- All Implemented Interfaces:
Closeable
,AutoCloseable
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.lucene.analysis.Analyzer
org.apache.lucene.analysis.Analyzer.ReuseStrategy, org.apache.lucene.analysis.Analyzer.TokenStreamComponents
-
Field Summary
Fields inherited from class org.apache.lucene.analysis.Analyzer
GLOBAL_REUSE_STRATEGY, PER_FIELD_REUSE_STRATEGY
-
Constructor Summary
ConstructorDescriptionItalianAnalyzer
(boolean indexing, com.google.common.base.Function<org.apache.lucene.analysis.TokenStream, org.apache.lucene.analysis.TokenStream> stemmingFilter, com.google.common.base.Function<org.apache.lucene.analysis.TokenStream, org.apache.lucene.analysis.TokenStream> stopWordFilter) -
Method Summary
Modifier and TypeMethodDescriptionfinal org.apache.lucene.analysis.Analyzer.TokenStreamComponents
createComponents
(String fieldName) Methods inherited from class com.atlassian.jira.issue.index.analyzer.TextAnalyzer
isIndexing, wrapStreamForIndexing, wrapStreamForWilcardSearchSupport
Methods inherited from class org.apache.lucene.analysis.Analyzer
attributeFactory, close, getOffsetGap, getPositionIncrementGap, getReuseStrategy, getVersion, initReader, initReaderForNormalization, normalize, normalize, setVersion, tokenStream, tokenStream
-
Constructor Details
-
ItalianAnalyzer
public ItalianAnalyzer(boolean indexing, com.google.common.base.Function<org.apache.lucene.analysis.TokenStream, org.apache.lucene.analysis.TokenStream> stemmingFilter, com.google.common.base.Function<org.apache.lucene.analysis.TokenStream, org.apache.lucene.analysis.TokenStream> stopWordFilter)
-
-
Method Details
-
createComponents
public final org.apache.lucene.analysis.Analyzer.TokenStreamComponents createComponents(String fieldName) - Specified by:
createComponents
in classTextAnalyzer
-