> The "join" parser should already be included by default - no need for
configuration.
Does it mean the following line I added to solrconfig.xml is not needed and 
caused Solr start error?


<queryParser name="join" class="org.apache.solr.search.JoinQParserPlugin" />


Thanks,
Ray



On Monday, December 30, 2013 12:12 PM, Yonik Seeley <yo...@heliosearch.com> 
wrote:
 
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
>
>
>
>

Reply via email to