Re: How to use StreamingApi MultiFieldComparator?

2016-10-01 Thread Joel Bernstein
Also you'll probably need to specify the /export handler in the search expressions, so you get the entire result set. qt="/export" Joel Bernstein http://joelsolr.blogspot.com/ On Sat, Oct 1, 2016 at 6:08 PM, Joel Bernstein wrote: > Ok, I took a closer look at the expression. I believe this is

Re: How to use StreamingApi MultiFieldComparator?

2016-10-01 Thread Joel Bernstein
Ok, I took a closer look at the expression. I believe this is not supported: sale_price_d!=c_sale_price_d Possibly the complement expression might accomplish what you're trying to do. Joel Bernstein http://joelsolr.blogspot.com/ On Sat, Oct 1, 2016 at 5:59 PM, Joel Bernstein wrote: > Hi can

Re: How to use StreamingApi MultiFieldComparator?

2016-10-01 Thread Joel Bernstein
Hi can you attach the stack traces in the logs? I'd like to see where this exception coming, this appears to be a bug. I'll also need to dig into your expression and see if there is an issue with the syntax. Joel Bernstein http://joelsolr.blogspot.com/ On Sat, Oct 1, 2016 at 2:29 PM, Markko Lego

How to use StreamingApi MultiFieldComparator?

2016-10-01 Thread Markko Legonkov
Hi What i would like to achieve is that i want to filter out all products which have different prices on two given dates. Here is a sample expression leftOuterJoin( search( products, q="*:*", fq="product_id_i:1 AND product_name_s:test", fl="id, product_id_i, product_name_s,sale_

Re: Permission error using install_solr_service script.sh

2016-10-01 Thread Yago Riveiro
And yes, I executed the script as root using the /opt folder as install folder -- /Yago Riveiro On 1 Oct 2016, 15:18 +0100, Shawn Heisey , wrote: > On 9/29/2016 3:42 AM, Yago Riveiro wrote: > > I'm having troubles to run the install_solr_service in Centos 7.2. > > > > I have this errors: > > > >

Re: Permission error using install_solr_service script.sh

2016-10-01 Thread Yago Riveiro
I was running the install into a vm, I deleted it and did a new provisioning. Now it woks. The weird thing is that before delete the vm I ran a chmod over that files and the install finished without that errors. -- /Yago Riveiro On 1 Oct 2016, 15:18 +0100, Shawn Heisey , wrote: > On 9/29/2016

Re: Permission error using install_solr_service script.sh

2016-10-01 Thread Shawn Heisey
On 9/29/2016 3:42 AM, Yago Riveiro wrote: > I'm having troubles to run the install_solr_service in Centos 7.2. > > I have this errors: > > -bash: /opt/usr/solr/bin/solr: Permission denied > -bash: /opt/usr/solr/bin/solr: Permission denied > > the problematic line is the line 315 on install_solr_ser