Re: How to debug empty ParsedQuery from Edismax Query Parser

2019-01-04 Thread Kay Wrobel
R 5 since then. Can anyone closer to the matter or having struggled with this same issue chime in on the subject? Kind regards, Kay > On Dec 28, 2018, at 9:57 AM, Kay Wrobel wrote: > > Here are my log entries: > > SOLR 7.x (non-working) > 2018-12-28 15:36:32.786 INFO (qtp1

Re: How to debug empty ParsedQuery from Edismax Query Parser

2019-01-02 Thread Kay Wrobel
for pointing out the capital E on echoParams. I re-ran the query, but it doesn't change the output (at least on the surface of it). > On Jan 2, 2019, at 1:11 PM, Shawn Heisey wrote: > > On 12/28/2018 8:57 AM, Kay Wrobel wrote: >> Here are my log entries: >> >> SOLR 7.x

Re: How to debug empty ParsedQuery from Edismax Query Parser

2019-01-02 Thread Kay Wrobel
inappropriately eating > an exception relating to too many terms. > > Did 5.x impose a new or reduced limit there? > > On Wed, Jan 2, 2019, 1:20 PM Kay Wrobel >> Is there any way I can debug the parser? Especially, the edismax parser >> which does *not* raise any exceptio

Re: How to debug empty ParsedQuery from Edismax Query Parser

2019-01-02 Thread Kay Wrobel
t 9:57 AM, Kay Wrobel wrote: > > Here are my log entries: > > SOLR 7.x (non-working) > 2018-12-28 15:36:32.786 INFO (qtp1769193365-20) [ x:collection1] > o.a.s.c.S.Request [collection1] webapp=/solr path=/select > params={q=ac6023*=tm_field_product^21.0=tm_title_f

Re: How to access the Solr Admin GUI (2)

2019-01-02 Thread Kay Wrobel
In case of multiple "jumps", might I suggest the -J switch which allows you to specify a jump host. Kay > On Jan 2, 2019, at 9:37 AM, Gus Heck wrote: > > I typically resolve this sort of situation with a ssh proxy such as > > ssh -f user@123.456.789.012 -L :127.0.0.1:8983 -N > > Then I

Re: How to access the Solr Admin GUI

2019-01-01 Thread Kay Wrobel
You can use ssh to tunnel in. ssh -L8983:localhost:8983 use...@myremoteserver.example.com This will only require port 22 to be exposed to the public. Sent from my iPhone > On Jan 1, 2019, at 11:43 AM, Gus Heck wrote: > > Why would you want to expose the administration gui on the web? This

Re: How to debug empty ParsedQuery from Edismax Query Parser

2018-12-28 Thread Kay Wrobel
ndre Rafalovitch wrote: > > EchoParams=all > > May also be helpful to pinpoint differences in params from all sources, > including request handler defaults. > > Regards, >Alex > > On Thu, Dec 27, 2018, 8:25 PM Shawn Heisey >> On 12/27/2018 10:47 AM, Kay Wrobel wrot

How to debug empty ParsedQuery from Edismax Query Parser

2018-12-27 Thread Kay Wrobel
Hi everyone. I have the task of converting our old SOLR 4.10.2 instance to the current SOLR 7.6.0 version. We're using SOLR as our Search API backend for a Drupal 7 Commerce web site. One of the most basic queries is that a customer would enter a part number or a portion of a part number on