Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Using the search module (http://www.playframework.com/modules/search), how can I index and search complex objects? For instance, if a Photo is associated with a Location object, how do I specify the Location's name as a Field to get indexed as well? It seems that the Field annotation can only be used for simple types.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.