Hi,
using the Lucene integration "Hibernate Search" for a few days now ... i have to admit: i'm really impressed about the smooth integration and such an easy way to process lucene-queries / retrieve results as managed objects... and now the question ;-)
Is it possible to index one or more properties of a associated collection type as part of the root-entity-index? (i want to retrieve always and only the root entity) the children are instances from a small class with a few string-properties whose inclusion at the fulltext-search for parent-entities is important ...
It seems to me that i am am looking for a combination of a
Code:
@ManyToMany
@IndexedEmbedded
which is currently not suported?!... is there any way to achieve the desired behaviour?
Many thanks in advance and many greetings
jens