Hibernate Search: Is it possible to get multiple fields in same hit while doing search using hibernate search?

144 Views Asked by At

Let's say we have indexed table A with fields x, y and z. When I make a search for any keyword/phrase (let's say cow), I want to get a single hit that shows 'Cow' has occurrence in field 'x' (if any), field 'y' (if any) and field 'z'(if any) for same id. Please let me know if the question is still vague. Thank you in advance.

0

There are 0 best solutions below