Save This Page
Home » hibernate-search-src-20081106 » org.hibernate » search » annotations » [javadoc | source]
org.hibernate.search.annotations
public class: TokenFilterDef [javadoc | source]
org.hibernate.search.annotations.TokenFilterDef
Define a TokenFilterFactory and its parameters
Method from org.hibernate.search.annotations.TokenFilterDef Summary:
factory,   params
Method from org.hibernate.search.annotations.TokenFilterDef Detail:
 abstract public Class factory()
    Defines the TokenFilterFactory implementation used
 abstract public Parameter[] params()
    optional parameters passed to the TokenFilterFactory