[hibernate-dev] Lucene: @Indexed -> @FullText

Emmanuel Bernard emmanuel at hibernate.org
Tue Nov 7 18:12:36 EST 2006


I want to rename @Indexed to @FullText to mark a class as "searchable"
The name is more appropriate to the context and less generic

@Entity
@FullText(index="commerce")
public class Order {

Anybody against or with a better name?



More information about the hibernate-dev mailing list