Class CategoryAnalyser


  • public class CategoryAnalyser
    extends org.apache.lucene.analysis.Analyzer
    Author:
    andyh TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apache.lucene.analysis.TokenStream tokenStream​(java.lang.String fieldName, java.io.Reader reader)  
      • Methods inherited from class org.apache.lucene.analysis.Analyzer

        close, getPositionIncrementGap, getPreviousTokenStream, reusableTokenStream, setPreviousTokenStream
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CategoryAnalyser

        public CategoryAnalyser()
    • Method Detail

      • tokenStream

        public org.apache.lucene.analysis.TokenStream tokenStream​(java.lang.String fieldName,
                                                                  java.io.Reader reader)
        Specified by:
        tokenStream in class org.apache.lucene.analysis.Analyzer