As [this SO question|http://stackoverflow.com/questions/32093752/query-an-indexedembedded-list-of-enumerated-enum-with-hibernate-search] made me realize, it's not always clear when a field needs a {{@Field}} annotation rather than a {{@IndexedEmbedded}} annotation, for example like in the specific question when indexing a simple collection of enums.
Also: |
|