#ifndef __LUCENE_ANALYSIS_ANALYZER__ #define __LUCENE_ANALYSIS_ANALYZER__ #include #include "LCReader.h" #include "LCTokenStream.h" @interface LCAnalyzer: NSObject { } /* Return a stream of token */ - (LCTokenStream *) tokenStreamWithField: (NSString *) name reader: (id ) reader; - (int) positionIncrementGap: (NSString *) fieldName; @end #endif /* __LUCENE_ANALYSIS_ANALYZER__ */