I've logged this in JIRA:
http://opensource.atlassian.com/projects/hibernate/browse/HHH-2221
Donnchadh
___
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev
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?
___
hibernate-dev mailin
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/hibernate-hsqldb-testsuite?log=log20061107220002
TESTS FAILEDAnt Error Message: /home/cruisecontrol/work/scripts/build-hibernate-db-matrix.xml:92: The following error occurred while executing this line: /home/cruisecontrol/work/sc
no biggie, but neither name indicates "i'm searchable" to me ;)
Indexed maybe, FullText notFullTextIndexed ? that i can understand.
/max
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(i