org.apache.solr.analysis
Class LengthFilterFactory

java.lang.Object
  extended by org.apache.solr.analysis.BaseTokenFilterFactory
      extended by org.apache.solr.analysis.LengthFilterFactory
All Implemented Interfaces:
TokenFilterFactory

public class LengthFilterFactory
extends BaseTokenFilterFactory

Version:
$Id: LengthFilterFactory.java 643465 2008-04-01 16:10:19Z gsingers $

Field Summary
static String MAX_KEY
           
static String MIN_KEY
           
 
Fields inherited from class org.apache.solr.analysis.BaseTokenFilterFactory
args, log
 
Constructor Summary
LengthFilterFactory()
           
 
Method Summary
 LengthFilter create(TokenStream input)
          Transform the specified input TokenStream
 void init(Map<String,String> args)
          init will be called just once, immediately after creation.
 
Methods inherited from class org.apache.solr.analysis.BaseTokenFilterFactory
getArgs, getBoolean, getBoolean, getInt, getInt, getInt
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MIN_KEY

public static final String MIN_KEY
See Also:
Constant Field Values

MAX_KEY

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

LengthFilterFactory

public LengthFilterFactory()
Method Detail

init

public void init(Map<String,String> args)
Description copied from interface: TokenFilterFactory
init will be called just once, immediately after creation.

The args are user-level initialization parameters that may be specified when declaring the factory in the schema.xml

Specified by:
init in interface TokenFilterFactory
Overrides:
init in class BaseTokenFilterFactory

create

public LengthFilter create(TokenStream input)
Description copied from interface: TokenFilterFactory
Transform the specified input TokenStream



Copyright © 2010 Apache Software Foundation. All Rights Reserved.