org.hibernate.search.annotations
Annotation Type Indexed


@Retention(value=RUNTIME)
@Target(value=TYPE)
@Documented
public @interface Indexed


Optional Element Summary
 java.lang.String index
           
 

index

public abstract java.lang.String index
Returns:
The filename of the index
Default:
""


Copyright © 2006-2010 Hibernate. All Rights Reserved.