Save This Page
Home » hibernate-search-src-20081106 » org.hibernate » search » annotations » [javadoc | source]
org.hibernate.search.annotations
public class: Analyzer [javadoc | source]
org.hibernate.search.annotations.Analyzer
Define an Analyzer for a given entity, method, field or Field The order of precedence is as such: - @Field - field / method - entity - default Either describe an explicit implementation through the impl parameter or use an external @AnalyzerDef definition through the def parameter
Method from org.hibernate.search.annotations.Analyzer Summary:
definition,   impl
Method from org.hibernate.search.annotations.Analyzer Detail:
 String definition() 
 Class impl()