org.hibernate.search.annotations
Annotation Type Keyword


Deprecated.

@Retention(value=RUNTIME)
@Target(value={METHOD,FIELD})
@Documented
@Deprecated
public @interface Keyword


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

name

public abstract String name
Deprecated. 
The field name

Default:
""

id

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

Default:
false