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
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
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
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_
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:
> >
> >
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
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