Hello, I'm a bit new to solr and have the following problem, it's about events and venues. If a user types a name of a venue, then I'd like to return the exact match for the venue first and then the list of events taking place at this venue. Currently I have defined a document bound to a database query as source, where are field for e.g. event name, venue id, venue name,...
The thing is I cannot figure out how to realize that at its best. My approach of defining two documents in data-config.xml, where one query only imports the venues and the other one the full event informations, failed. Solr just won't return any results then :( I hope anyone can help me. Thanks in Advance! Tobi