multi level join in solr - Stack Overflow
EDIT 1: I did this couple of years back, so you'll have to figure out whether things changed in the mean time.
1. Create custom request handler
To do completely clean job, I suggest you define your own Request handler (in solrconfig.xml) by simply copying the whole section that starts with
<requestHandler name="/select" class="solr.SearchHandler"> ... ... </requestHandler>
and then changing name
to something meaningful to your users, like e.g. /searchPatients
. Also, add this part inside:
Read full article from multi level join in solr - Stack Overflow
No comments:
Post a Comment