Uses of Class
org.crosswire.jsword.index.lucene.analysis.AbstractBookAnalyzer

Packages that use AbstractBookAnalyzer
org.crosswire.jsword.index.lucene.analysis Implementation of various Lucene analyzers, providing language dependent customizations. 
 

Uses of AbstractBookAnalyzer in org.crosswire.jsword.index.lucene.analysis
 

Subclasses of AbstractBookAnalyzer in org.crosswire.jsword.index.lucene.analysis
 class ChineseLuceneAnalyzer
          Uses org.apache.lucene.analysis.cn.ChineseAnalyzer Analysis: ChineseTokenizer, ChineseFilter StopFilter, Stemming not implemented yet Note: org.apache.lucene.analysis.cn.CJKAnalyzer takes overlapping two character tokenization approach which leads to larger index size.
 class ConfigurableSnowballAnalyzer
          Analyzer class to use as a Snowball Analyzer Default behavior: Stemming is done, Stop words not removed A snowball stemmer can be configured by passing the stemmer name to setNaturalLanguage() method.
 class CzechLuceneAnalyzer
          Uses org.apache.lucene.analysis.cz.CzechAnalyzer Analysis: standardTokenizer, StandardFilter, LowerCaseFilter, StopFilter Stemming not implemented yet
 class EnglishLuceneAnalyzer
          English Analyzer works like lucene SimpleAnalyzer + Stemming.
 class GermanLuceneAnalyzer
          Based on Lucene's GermanAnalyzer
 class GreekLuceneAnalyzer
          Uses org.apache.lucene.analysis.el.GreekAnalyzer to do lowercasing and stopword(off by default).
 class KeyAnalyzer
          A specialized analyzer that normalizes Strong's Numbers.
 class SimpleLuceneAnalyzer
          Simple Analyzer providing same function as org.apache.lucene.analysis.SimpleAnalyzer This is intended to be the default analyzer for natural language fields.
 class StrongsNumberAnalyzer
          A specialized analyzer that normalizes JSword keys.
 class ThaiLuceneAnalyzer
          Tokenization using ThaiWordFilter.
 class XRefAnalyzer
          A specialized analyzer that normalizes Strong's Numbers.
 

Methods in org.crosswire.jsword.index.lucene.analysis that return AbstractBookAnalyzer
 AbstractBookAnalyzer AnalyzerFactory.createAnalyzer(Book book)
           
 


Copyright ยจ 2003-2007