Save This Page
Home » hibernate-search-src-20081106 » org.hibernate » search » annotations » [javadoc | source]
org.hibernate.search.annotations
public class: FullTextFilterDef [javadoc | source]
org.hibernate.search.annotations.FullTextFilterDef
Defines a FullTextFilter that can be optionally applied to every FullText Queries While not related to a specific indexed entity, the annotation has to be set on one of them
Method from org.hibernate.search.annotations.FullTextFilterDef Summary:
cache,   impl,   name
Method from org.hibernate.search.annotations.FullTextFilterDef Detail:
 FilterCacheModeType cache() 
    Cache mode for the filter. Default to instance and results caching
 Class impl() 
    Either implements org.apache.lucene.search.Filter or contains a @Factory method returning one. The Filter generated must be thread-safe If the filter accept parameters, an @Key method must be present as well
 String name() 
    Filter name. Must be unique across all mappings for a given persistence unit