In this example of Solr Join Example, we will discuss about how to implement join between documents in Apache Solr. We will show you how to implement the Join Query Parser plugin specified by {!join}. The join is used in Solr documents where de-normalizing the data is time consuming or costly. To demonstrate the Solr Join usage, we will create ...