Package ome.services.fulltext
Class FullTextAnalyzer
- java.lang.Object
-
- org.apache.lucene.analysis.Analyzer
-
- ome.services.fulltext.FullTextAnalyzer
-
- All Implemented Interfaces:
java.io.Closeable
,java.lang.AutoCloseable
@Deprecated public final class FullTextAnalyzer extends org.apache.lucene.analysis.Analyzer
Deprecated.Analyzer
implementation based largely onSimpleAnalyzer
, but with extensions for handling scientific and OS-type strings.- Since:
- 3.0-Beta3
-
-
Constructor Summary
Constructors Constructor Description FullTextAnalyzer()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description org.apache.lucene.analysis.TokenStream
tokenStream(java.lang.String fieldName, java.io.Reader reader)
Deprecated.Returns aFullTextAnalyzer.LowercaseAlphaNumericTokenizer
-