com.atlassian.confluence.search.lucene.analyzers.unstemmed
Class CJKAnalyzer

java.lang.Object
  extended by org.apache.lucene.analysis.Analyzer
      extended by com.atlassian.confluence.search.lucene.analyzers.unstemmed.CJKAnalyzer

public class CJKAnalyzer
extends org.apache.lucene.analysis.Analyzer

A analyzer for European languages which will tokenize, apply the standard filter and lower case. It will not stem the field.


Constructor Summary
CJKAnalyzer()
           
 
Method Summary
 org.apache.lucene.analysis.TokenStream tokenStream(java.lang.String fieldName, java.io.Reader reader)
           
 
Methods inherited from class org.apache.lucene.analysis.Analyzer
getPositionIncrementGap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CJKAnalyzer

public CJKAnalyzer()
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


Copyright © 2003-2008 Atlassian Pty Ltd. All Rights Reserved.