]
Emmanuel Bernard updated HSEARCH-899:
-------------------------------------
Fix Version/s: (was: 4.1)
Check for illegal usage of @IndexedEmbedded
-------------------------------------------
Key: HSEARCH-899
URL:
http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-899
Project: Hibernate Search
Issue Type: Improvement
Reporter: Sanne Grinovero
Priority: Minor
Apparently some people tend to assume that in indexed embedded classes all normal fields
should use the @IndexedEmbedded annotation instead of @Field/.. like in:
{code}
@IndexedEmbedded
String countryName
{code}
Might be nice to check for such unexpected usage, as it's currently silently ignored.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: