org.apache.uima.lucas.indexer.analysis
Class AdditionFilterFactory

java.lang.Object
  extended by org.apache.uima.lucas.indexer.analysis.AdditionFilterFactory
All Implemented Interfaces:
TokenFilterFactory

public class AdditionFilterFactory
extends Object
implements TokenFilterFactory


Field Summary
static String POSTFIX_POSITION
           
static String PREFIX_POSITION
           
 
Constructor Summary
AdditionFilterFactory()
           
 
Method Summary
 org.apache.lucene.analysis.TokenFilter createTokenFilter(org.apache.lucene.analysis.TokenStream tokenStream, Properties properties)
           
 void preloadResources(Properties properties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

POSTFIX_POSITION

public static final String POSTFIX_POSITION
See Also:
Constant Field Values

PREFIX_POSITION

public static final String PREFIX_POSITION
See Also:
Constant Field Values
Constructor Detail

AdditionFilterFactory

public AdditionFilterFactory()
Method Detail

createTokenFilter

public org.apache.lucene.analysis.TokenFilter createTokenFilter(org.apache.lucene.analysis.TokenStream tokenStream,
                                                                Properties properties)
                                                         throws IOException
Specified by:
createTokenFilter in interface TokenFilterFactory
Throws:
IOException

preloadResources

public void preloadResources(Properties properties)
                      throws IOException
Specified by:
preloadResources in interface TokenFilterFactory
Throws:
IOException


Copyright © 2006-2011 The Apache Software Foundation. All Rights Reserved.