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

java.lang.Object
  extended by org.apache.uima.lucas.indexer.analysis.DefaultFilterFactoryRegistry

public class DefaultFilterFactoryRegistry
extends Object


Field Summary
static String ADDITION_FILTER_FACTORY_NAME
           
static String CONCAT_FILTER_FACTORY_NAME
           
static String HYPERNYM_FILTER_FACTORY_NAME
           
static String LOWERCASE_FILTER_FACTORY_NAME
           
static String POSITION_FILTER_FACTORY_NAME
           
static String REPLACE_FILTER_FACTORY_NAME
           
static String SNOWBALL_FILTER_FACTORY_NAME
           
static String SPLITTER_FILTER_FACTORY_NAME
           
static String STOPWORD_FILTER_FACTORY_NAME
           
static String UEA_FILTER_FACTORY_NAME
           
static String UNIQUE_FILTER_FACTORY_NAME
           
static String UPPERCASE_FILTER_FACTORY_NAME
           
 
Constructor Summary
DefaultFilterFactoryRegistry()
           
 
Method Summary
 Map<String,TokenFilterFactory> getDefaultRegistry()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ADDITION_FILTER_FACTORY_NAME

public static final String ADDITION_FILTER_FACTORY_NAME
See Also:
Constant Field Values

HYPERNYM_FILTER_FACTORY_NAME

public static final String HYPERNYM_FILTER_FACTORY_NAME
See Also:
Constant Field Values

POSITION_FILTER_FACTORY_NAME

public static final String POSITION_FILTER_FACTORY_NAME
See Also:
Constant Field Values

REPLACE_FILTER_FACTORY_NAME

public static final String REPLACE_FILTER_FACTORY_NAME
See Also:
Constant Field Values

SNOWBALL_FILTER_FACTORY_NAME

public static final String SNOWBALL_FILTER_FACTORY_NAME
See Also:
Constant Field Values

SPLITTER_FILTER_FACTORY_NAME

public static final String SPLITTER_FILTER_FACTORY_NAME
See Also:
Constant Field Values

STOPWORD_FILTER_FACTORY_NAME

public static final String STOPWORD_FILTER_FACTORY_NAME
See Also:
Constant Field Values

UNIQUE_FILTER_FACTORY_NAME

public static final String UNIQUE_FILTER_FACTORY_NAME
See Also:
Constant Field Values

UPPERCASE_FILTER_FACTORY_NAME

public static final String UPPERCASE_FILTER_FACTORY_NAME
See Also:
Constant Field Values

LOWERCASE_FILTER_FACTORY_NAME

public static final String LOWERCASE_FILTER_FACTORY_NAME
See Also:
Constant Field Values

UEA_FILTER_FACTORY_NAME

public static final String UEA_FILTER_FACTORY_NAME
See Also:
Constant Field Values

CONCAT_FILTER_FACTORY_NAME

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

DefaultFilterFactoryRegistry

public DefaultFilterFactoryRegistry()
Method Detail

getDefaultRegistry

public Map<String,TokenFilterFactory> getDefaultRegistry()


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