Class LuceneSimpleAnalyzer
- java.lang.Object
-
- org.apache.lucene.analysis.Analyzer
-
- net.sf.jasperreports.interactivity.search.LuceneSimpleAnalyzer
-
- All Implemented Interfaces:
Closeable
,AutoCloseable
public class LuceneSimpleAnalyzer extends org.apache.lucene.analysis.Analyzer
- Author:
- Narcis Marcu (narcism@users.sourceforge.net)
-
-
Constructor Summary
Constructors Constructor Description LuceneSimpleAnalyzer(boolean isCaseSensitive, boolean removeAccents)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.apache.lucene.analysis.Analyzer.TokenStreamComponents
createComponents(String fieldName)
-
-
-
Method Detail
-
createComponents
protected org.apache.lucene.analysis.Analyzer.TokenStreamComponents createComponents(String fieldName)
- Specified by:
createComponents
in classorg.apache.lucene.analysis.Analyzer
-
-