I’m brand new to lucene and the search-server and I’m trying to reproduce webservice search results similar to this search form result: https://musicbrainz.org/search?query=Teen+Town&type=work&limit=25&method=indexed
Specifically how does the server populate the “artists” column? This work query returns the top result correctly but doesn’t include the artists info: http://musicbrainz.org/ws/2/work?query=work:“teen%20town”
Any help would be much appreciated