On Mon, Dec 30, 2013 at 2:43 PM, Ray Cheng <rch...@rocketmail.com> wrote: > Hi, > > I have trouble configuring JoinQParserPlugin in Solr. I'm using solr-4.6.0. > > I put this line (and only this line) to solrconfig.xml following Query > Parsers comments of solrconfig.xml (solr-4.6.0): > > <!-- example of registering a query parser --> > <!-- > <queryParser name="myparser" class="com.mycompany.MyQParserPlugin"/> > --> > <queryParser name="join" class="org.apache.solr.search.JoinQParserPlugin" />
The "join" parser should already be included by default - no need for configuration. -Yonik http://heliosearch.com -- making solr shine