Hardy Ferentschik commented on an issue
Hibernate Search / Improvement HSEARCH-1341
Clarify relationship between @NumericField and NumericFieldBridge in the documentation
I had to write a {{NumericFieldBridge}} taking a collection as input and pushing the min of a property of the entity stored in the collection.

I got very confused. I did not know if I needed to add the {{@NumericField}} annotation. I thought yes, but then there seems to be undocumented behavior around {{@NumericField}} and Iterable so I opted out. So ...