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.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.