Ray,
FYI: there are more sophisticated joins available via
https://issues.apache.org/jira/browse/SOLR-4787
not on trunk yet, but worth taking a look.
Thanks,
Kranti K. Parisa
http://www.linkedin.com/in/krantiparisa
On Thu, Jan 2, 2014 at 8:05 PM, Ray Cheng wrote:
> Hi Chris,
>
> > but also e
Hi Chris,
> but also exactly what response you got
I didn't get any response. Even with debug=true, there was nothing at all
printed after the curl command. Nothing on the Solr log file either. (Are there
higher debug levels on Solr log?) That was the reason I thought I needed to add
JoinQParse
: Earlier I tried join queries using curl
: 'http://myLinux:8983/solr/abc.edu_up/select?debug=true&q=*:*&fq={defType=join
: from=id to=id fromIndex=abc.edu}subject:financial' but didn't get any
: response. There was nothing on Solr log either. So, I thought I need to
: config join. Is there a
(Sorry, I clicked a wrong Mac command button and the last email was sent out
before I finished editing it..)
Earlier I tried join queries using
curl
'http://myLinux:8983/solr/abc.edu_up/select?debug=true&q=*:*&fq={defType=join
from=id to=id fromIndex=abc.edu}subject:financial'
but didn't get an
Earlier I tried join queries using
curl
'http://myLinux:8983/solr/abc.edu_up/select?debug=true&q=*:*&fq={defType=join
from=id to=id fromIndex=abc.edu}subject:financial' "curl
http://localhost:8983/solr/... with debug=true but didn't get any response.
There was nothing on Solr log either. So, I
> Does it mean the following line I added to solrconfig.xml is not needed and
> caused Solr start error?
Yes. Join is a builtin parser and you should not add any config for it.
Most likely that is what is causing your startup error (although it's
not entirely clear why it's causing it to fail).
> 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?
Thanks,
Ray
On Monday, December 30, 2013 12:12 PM, Yonik Seeley
wrote:
On Mon, Dec 30, 2013 at 2:4
On Mon, Dec 30, 2013 at 2:43 PM, Ray Cheng 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):
>
>
>
>
The "join" parse