Save This Page
Home » hibernate-search-src-20081106 » org.hibernate » search » annotations » [javadoc | source]
org.hibernate.search.annotations
public class: Field [javadoc | source]
org.hibernate.search.annotations.Field
Mark a property as indexable
Method from org.hibernate.search.annotations.Field Summary:
analyzer,   boost,   bridge,   index,   name,   store,   termVector
Method from org.hibernate.search.annotations.Field Detail:
 Analyzer analyzer() 
    Define an analyzer for the field, default to the inherited analyzer
 Boost boost() 
    Field bridge used. Default is autowired.
 FieldBridge bridge() 
    Field bridge used. Default is autowired.
 Index index() 
    Defines how the Field should be indexed defaults to tokenized
 String name() 
    Field name, default to the JavaBean property name
 Store store() 
    Should the value be stored in the document defaults to no.
 TermVector termVector() 
    Define term vector storage requirements, default to NO.