org.apache.solr.analysis
Class KeywordTokenizerFactory

java.lang.Object
  extended by org.apache.solr.analysis.BaseTokenizerFactory
      extended by org.apache.solr.analysis.KeywordTokenizerFactory
All Implemented Interfaces:
TokenizerFactory

public class KeywordTokenizerFactory
extends BaseTokenizerFactory

Version:
$Id: LowerCaseTokenizerFactory.java 382610 2006-03-03 01:43:03Z yonik $

Field Summary
 
Fields inherited from class org.apache.solr.analysis.BaseTokenizerFactory
args
 
Constructor Summary
KeywordTokenizerFactory()
           
 
Method Summary
 org.apache.lucene.analysis.TokenStream create(java.io.Reader input)
          Creates a TokenStream of the specified input
 
Methods inherited from class org.apache.solr.analysis.BaseTokenizerFactory
getArgs, init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeywordTokenizerFactory

public KeywordTokenizerFactory()
Method Detail

create

public org.apache.lucene.analysis.TokenStream create(java.io.Reader input)
Description copied from interface: TokenizerFactory
Creates a TokenStream of the specified input



Copyright © 2006 - 2008 The Apache Software Foundation