What's the best way to index many-to-one relation with hibernate search?
Posted
by tabdulin
on Stack Overflow
See other posts from Stack Overflow
or by tabdulin
Published on 2010-05-28T05:52:57Z
Indexed on
2010/05/28
6:32 UTC
Read the original article
Hit count: 202
I have an entity with many-to-one mapping. (Product 1-* Regions, unidirectional association)
What is the best way to store index of such relation?
So it can be easily used to filter search query .
© Stack Overflow or respective owner