org.hibernate.lucene
Annotation Type Keyword


@Retention(value=RUNTIME)
@Target(value=METHOD)
@Documented
public @interface Keyword


Optional Element Summary
 boolean id
          Specifies that this is the "identifier" keyword
 String name
          The field name
 

name

public abstract String name
The field name

Default:
""

id

public abstract boolean id
Specifies that this is the "identifier" keyword

Default:
false